Skip to content

Commit

Permalink
🔧 chore: use PEP 735 dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 26, 2024
1 parent 6e4c90e commit 871efb4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ Issues = "https://github.com/PFCCLab/dochooks/issues"
check-whitespace-between-cn-and-en-char = "dochooks.insert_whitespace_between_cn_and_en_char.check:main"
insert-whitespace-between-cn-and-en-char = "dochooks.insert_whitespace_between_cn_and_en_char.format:main"

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"pyright>=1.1.386",
"ruff>=0.7.1",
"pytest>=8.3.3",
"tomli>=2.0.2; python_version < '3.11'",
"pyright>=1.1.384",
"pytest-rerunfailures>=14.0",
"ruff>=0.6.9",
"tomli>=2.0.2; python_version < '3.11'",
"pre-commit>=3.5.0",
]

Expand Down
64 changes: 32 additions & 32 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 871efb4

Please sign in to comment.