File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : v3.19.1
3
+ rev : v3.20.0
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : ["--py38-plus"]
12
12
args : ["--in-place", "--ignore-pass-after-docstring", "--imports"]
13
13
14
14
- repo : https://github.com/PyCQA/flake8
15
- rev : 7.1.1
15
+ rev : 7.2.0
16
16
hooks :
17
17
- id : flake8
18
18
22
22
- id : yesqa
23
23
24
24
- repo : https://github.com/codespell-project/codespell
25
- rev : v2.3.0
25
+ rev : v2.4.1
26
26
hooks :
27
27
- id : codespell # See pyproject.toml for args
28
28
args : [--toml, pyproject.toml, --write-changes]
@@ -38,12 +38,12 @@ repos:
38
38
- id : mixed-line-ending
39
39
40
40
- repo : https://github.com/pycqa/isort
41
- rev : 5.13.2
41
+ rev : 6.0.1
42
42
hooks :
43
43
- id : isort
44
44
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : v1.14.1
46
+ rev : v1.15.0
47
47
hooks :
48
48
- id : mypy
49
49
pass_filenames : false
You can’t perform that action at this time.
0 commit comments