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 e20e9b2 commit b2db170Copy full SHA for b2db170
.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.14.1
+ rev: v0.14.3
22
hooks:
23
- id: ruff-check
24
args: [--fix]
requirements-dev.txt
@@ -31,8 +31,8 @@ pytest-cov==7.0.0
31
pytest-mock==3.15.1
32
six==1.17.0
33
toml==0.10.2
34
-tox==4.31.0
+tox==4.32.0
35
traitlets==5.14.3
36
-virtualenv==20.35.3
+virtualenv==20.35.4
37
wcwidth==0.2.14
38
zipp==3.23.0
0 commit comments