Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/dycw/pre-commit-hooks
rev: 0.14.127
rev: 0.14.138
hooks:
- id: add-hooks
args:
Expand All @@ -10,7 +10,6 @@ repos:
- --python
- --python-package-name-external=dycw-template-python
- --python-package-name-internal=template-python
- --repo-name=template-generic
- --repo-name=template-python
- --toml
priority: 10
Expand Down Expand Up @@ -116,7 +115,7 @@ repos:
- id: trailing-whitespace
priority: 20
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.14
rev: v0.15.1
hooks:
- id: ruff-check
args:
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
build-backend = "uv_build"
requires = ["uv_build"]


[dependency-groups]
dev = ["dycw-utilities[test]>=0.188.0", "pyright>=1.1.408"]
dev = ["dycw-utilities[test]>=0.189.1", "pyright>=1.1.408"]


[project]
authors = [{ email = "d.wan@icloud.com", name = "Derek Wan" }]
dependencies = ["dycw-utilities>=0.188.0"]
dependencies = ["dycw-utilities>=0.189.1"]
description = "Template for Python packages"
name = "dycw-template-python"
readme = "README.md"
requires-python = ">= 3.12"
version = "0.1.0"


[tool]
[tool.uv]
[tool.uv.build-backend]
Expand Down
Loading