We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e094e3 commit cc69b22Copy full SHA for cc69b22
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: debug-statements
@@ -9,7 +9,7 @@ repos:
9
- id: check-yaml
10
- id: check-json
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.8.0
+ rev: v0.9.9
13
14
- id: ruff
15
- id: ruff-format
pyproject.toml
@@ -30,7 +30,7 @@ responses = "^0.13.0"
30
sphinx = "^3.5.2"
31
sphinx-autobuild = "^2021.3.14"
32
coverage = "^7"
33
-ruff = ">=0.8.0"
+ruff = ">=0.9.9"
34
pytest-ruff = "^0.3.2"
35
36
[build-system]
0 commit comments