File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
# - id: name-tests-test
28
28
- id : check-toml
29
29
- repo : https://github.com/DavidAnson/markdownlint-cli2
30
- rev : v0.8.1
30
+ rev : v0.9.2
31
31
hooks :
32
32
- id : markdownlint-cli2-fix
33
33
name : markdownlint-cli2-fix (in place fixes)
@@ -38,13 +38,13 @@ repos:
38
38
args : [--notice=COPYRIGHT]
39
39
files : python
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.9.0
41
+ rev : v3.10.1
42
42
hooks :
43
43
- id : pyupgrade
44
44
args : [--py38-plus]
45
45
# exclude: *fixtures
46
46
- repo : https://github.com/PyCQA/autoflake
47
- rev : v2.2.0
47
+ rev : v2.2.1
48
48
hooks :
49
49
- id : autoflake
50
50
args :
70
70
hooks :
71
71
- id : yesqa
72
72
- repo : https://github.com/psf/black
73
- rev : 23.7.0
73
+ rev : 23.9.1
74
74
hooks :
75
75
- id : black
76
76
name : black (in place fixes)
81
81
# https://pre-commit.com/#top_level-default_language_version
82
82
# language_version: python3.11
83
83
- repo : https://github.com/PyCQA/flake8
84
- rev : 6.0 .0
84
+ rev : 6.1 .0
85
85
hooks :
86
86
- id : flake8
87
87
additional_dependencies : [Flake8-pyproject]
92
92
# disable B101 (Test for use of assert)
93
93
args : ["-s", "B101"]
94
94
- repo : https://github.com/pre-commit/mirrors-mypy
95
- rev : v1.4 .1
95
+ rev : v1.5 .1
96
96
hooks :
97
97
- id : mypy
You can’t perform that action at this time.
0 commit comments