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 a8f1f25 commit b169175Copy full SHA for b169175
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: codespell
19
exclude: ^locale/
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.12.12
+ rev: v0.13.0
22
hooks:
23
- id: ruff-check
24
args: [--fix]
requirements-dev.txt
@@ -27,7 +27,7 @@ py==1.11.0
27
Pygments==2.19.2
28
pyparsing==3.2.4
29
pytest==8.4.2
30
-pytest-cov==6.3.0
+pytest-cov==7.0.0
31
pytest-mock==3.15.0
32
six==1.17.0
33
toml==0.10.2
0 commit comments