@@ -25,13 +25,13 @@ repos:
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.9 .0
29
29
hooks :
30
30
- id : pyupgrade
31
31
32
32
# General Project code formatter.
33
33
- repo : https://github.com/psf/black
34
- rev : 23.3 .0
34
+ rev : 23.7 .0
35
35
hooks :
36
36
- id : black
37
37
@@ -45,21 +45,21 @@ repos:
45
45
46
46
# Formats python docstrings.
47
47
- repo : https://github.com/PyCQA/docformatter
48
- rev : v1.7.1
48
+ rev : v1.7.5
49
49
hooks :
50
50
- id : docformatter
51
51
52
52
# Formats code-blocks in documentation.
53
53
- repo : https://github.com/asottile/blacken-docs
54
- rev : 1.13 .0
54
+ rev : 1.15 .0
55
55
hooks :
56
56
- id : blacken-docs
57
57
# Note - on black update blacken-docs pin should also be updated.
58
58
additional_dependencies : ['black==22.12.0']
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 : [
@@ -91,14 +91,14 @@ repos:
91
91
92
92
# Static typehint linting.
93
93
- repo : https://github.com/pre-commit/mirrors-mypy
94
- rev : v1.3.0
94
+ rev : v1.4.1
95
95
hooks :
96
96
- id : mypy
97
97
98
98
# A faster python linter
99
- - repo : https://github.com/charliermarsh /ruff-pre-commit
99
+ - repo : https://github.com/astral-sh /ruff-pre-commit
100
100
# Ruff version.
101
- rev : ' v0.0.269 '
101
+ rev : ' v0.0.280 '
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
0 commit comments