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 25
25
26
26
# Updating code to use modern python patterns where available.
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.4 .0
28
+ rev : v3.6 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
45
45
46
46
# Formats python docstrings.
47
47
- repo : https://github.com/PyCQA/docformatter
48
- rev : v1.7.1
48
+ rev : v1.7.2
49
49
hooks :
50
50
- id : docformatter
51
51
59
59
60
60
# Used to detect unintentionally unused code.
61
61
- repo : https://github.com/asottile/dead
62
- rev : v1.5.1
62
+ rev : v1.5.2
63
63
hooks :
64
64
- id : dead
65
65
args : [
98
98
# A faster python linter
99
99
- repo : https://github.com/charliermarsh/ruff-pre-commit
100
100
# Ruff version.
101
- rev : ' v0.0.269 '
101
+ rev : ' v0.0.272 '
102
102
hooks :
103
103
- id : ruff
104
104
@@ -118,7 +118,7 @@ repos:
118
118
119
119
# Lint code in pre-commit env, note: This ignores import checks.
120
120
- repo : https://github.com/PyCQA/pylint
121
- rev : v2.17.4
121
+ rev : v3.0.0a6
122
122
hooks :
123
123
# Pylint is also run from within pre-commit for CI purposes.
124
124
- id : pylint
You can’t perform that action at this time.
0 commit comments