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 5ce2ad4 commit db96d6dCopy full SHA for db96d6d
.pre-commit-config.yaml
@@ -6,13 +6,13 @@ repos:
6
exclude: ^fuzz/generated/
7
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 23.9.1
+ rev: 23.10.1
10
hooks:
11
- id: black
12
13
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.10.1
+ rev: v3.15.0
16
17
- id: pyupgrade
18
@@ -37,7 +37,7 @@ repos:
37
- id: gitlint
38
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v1.5.1
+ rev: v1.6.1
41
42
- id: mypy
43
additional_dependencies:
dev-requirements.txt
@@ -1,4 +1,4 @@
1
-black==23.9.1
+black==23.10.1
2
isort; python_version < "3.8"
3
isort==5.12.0; python_version >= "3.8"
4
pre-commit; python_version < "3.8"
0 commit comments