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 978df14 commit e8ea1aaCopy full SHA for e8ea1aa
.pre-commit-config.yaml
@@ -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.6.8
+ rev: v0.8.0
13
hooks:
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.6.3"
+ruff = ">=0.8.0"
34
pytest-ruff = "^0.3.2"
35
36
[build-system]
0 commit comments