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 dcd8669 commit ad75fb6Copy full SHA for ad75fb6
.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.13.2
+ rev: v0.14.0
22
hooks:
23
- id: ruff-check
24
args: [--fix]
requirements-dev.txt
@@ -1,11 +1,11 @@
1
appnope==0.1.4
2
aspy.yaml==1.3.0
3
-attrs==25.3.0
+attrs==25.4.0
4
backcall==0.2.0
5
cfgv==3.4.0
6
coverage==7.10.7
7
decorator==5.2.1
8
-identify==2.6.14
+identify==2.6.15
9
importlib-metadata==8.7.0
10
importlib-resources==6.5.2
11
ipdb==0.13.13
@@ -31,7 +31,7 @@ pytest-cov==7.0.0
31
pytest-mock==3.15.1
32
six==1.17.0
33
toml==0.10.2
34
-tox==4.30.2
+tox==4.30.3
35
traitlets==5.14.3
36
virtualenv==20.34.0
37
wcwidth==0.2.14
0 commit comments