We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37da064 commit 5970009Copy full SHA for 5970009
.pre-commit-config.yaml
@@ -2,14 +2,14 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.3.0
+ rev: 24.10.0
6
hooks:
7
- id: black
8
types: []
9
files: ^.*.pyi?$
10
exclude: ^doc/
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
14
- id: no-commit-to-branch
15
- id: trailing-whitespace
@@ -25,7 +25,7 @@ repos:
25
- id: pretty-format-json
26
args: [--autofix]
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.0.0
+ rev: 7.1.1
29
30
- id: flake8
31
exclude: ^setup.py$
@@ -35,7 +35,7 @@ repos:
35
36
- id: isort
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.9.0
+ rev: v1.11.2
39
40
- id: mypy
41
exclude: (setup.py|tests/.*.py|doc/.*)
0 commit comments