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.10 .0
3
+ rev : 25.1 .0
4
4
hooks :
5
5
- id : black-jupyter
6
6
@@ -43,13 +43,13 @@ repos:
43
43
additional_dependencies : [black==22.3.0]
44
44
45
45
- repo : https://github.com/PyCQA/isort
46
- rev : 5.13.2
46
+ rev : 6.0.0
47
47
hooks :
48
48
- id : isort
49
49
args : ["-a", "from __future__ import annotations"] # Python 3.7+
50
50
51
51
- repo : https://github.com/asottile/pyupgrade
52
- rev : v3.19.0
52
+ rev : v3.19.1
53
53
hooks :
54
54
- id : pyupgrade
55
55
args : ["--py37-plus"]
@@ -77,21 +77,21 @@ repos:
77
77
- flake8-print
78
78
79
79
- repo : https://github.com/pycqa/flake8
80
- rev : 7.1.1
80
+ rev : 7.1.2
81
81
hooks :
82
82
- id : flake8
83
83
exclude : docs/conf.py
84
84
additional_dependencies : *flake8_dependencies
85
85
86
86
- repo : https://github.com/pre-commit/mirrors-mypy
87
- rev : v1.13 .0
87
+ rev : v1.15 .0
88
88
hooks :
89
89
- id : mypy
90
90
files : src
91
91
args : []
92
92
93
93
- repo : https://github.com/codespell-project/codespell
94
- rev : v2.3.0
94
+ rev : v2.4.1
95
95
hooks :
96
96
- id : codespell
97
97
You can’t perform that action at this time.
0 commit comments