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.
2 parents b27903a + fce7396 commit 7872075Copy full SHA for 7872075
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
# - --remove-duplicate-keys
22
# - --remove-unused-variables
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v3.17.0
+ rev: v3.18.0
25
hooks:
26
- id: pyupgrade
27
exclude: \.(po|pot|yml|yaml)$
@@ -31,7 +31,7 @@ repos:
31
- id: isort
32
33
- repo: https://github.com/psf/black
34
- rev: 24.8.0
+ rev: 24.10.0
35
36
- id: black
37
args: [--safe, --quiet]
requirements/dev.txt
@@ -3,7 +3,7 @@ pylint~=3.3.1
3
pytest~=8.3.3
4
pytest-asyncio~=0.23.8
5
# pytest-order~=1.0.1
6
-mypy~=1.11.2
+mypy~=1.12.0
7
coverage~=7.6
8
pre-commit==4.0.1
9
codespell==2.3.0
0 commit comments