File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 24.8 .0
3
+ rev : 25.1 .0
4
4
hooks :
5
5
- id : black
6
6
args : ["-l", "80", "-t", "py37"]
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.6 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-case-conflict
@@ -18,25 +18,25 @@ repos:
18
18
- id : check-ast
19
19
- id : debug-statements
20
20
- repo : https://github.com/PyCQA/flake8
21
- rev : ' 7.1.1 ' # pick a git hash / tag to point to
21
+ rev : ' 7.2.0 ' # pick a git hash / tag to point to
22
22
hooks :
23
23
- id : flake8
24
24
exclude : ^notebooks
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : ' v1.11.2 ' # Use the sha / tag you want to point at
26
+ rev : ' v1.15.0 ' # Use the sha / tag you want to point at
27
27
hooks :
28
28
- id : mypy
29
29
exclude : docs/conf.py
30
30
additional_dependencies :
31
31
- types-python-dateutil
32
32
- types-PyYAML
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : ' v2.3.0 '
34
+ rev : ' v2.4.1 '
35
35
hooks :
36
36
- id : codespell
37
37
args : ["-I", "codespell.txt"]
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v3.17.0
39
+ rev : v3.19.1
40
40
hooks :
41
41
- id : pyupgrade
42
42
args : ["--py36-plus"]
You can’t perform that action at this time.
0 commit comments