We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d216e6 commit 666edb6Copy full SHA for 666edb6
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.12.7
+ rev: v0.12.11
8
hooks:
9
- id: ruff-check
10
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
23
args: [--exclude-file=tests/test_mypy.yml]
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v5.0.0
+ rev: v6.0.0
27
28
- id: trailing-whitespace
29
- id: end-of-file-fixer
pyproject.toml
@@ -69,7 +69,7 @@ docs = [
69
"towncrier",
70
]
71
docs-watch = [{ include-group = "docs" }, "watchfiles"]
72
-dev = [{ include-group = "tests" }]
+dev = [{ include-group = "tests" }, "ruff"]
73
74
75
[tool.hatch.version]
0 commit comments