1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- id : check-toml
@@ -10,28 +10,28 @@ repos:
10
10
- id : no-commit-to-branch
11
11
- id : trailing-whitespace
12
12
- repo : https://github.com/pre-commit/pre-commit
13
- rev : v4.0 .0
13
+ rev : v4.2 .0
14
14
hooks :
15
15
- id : validate_manifest
16
16
- repo : https://github.com/psf/black
17
- rev : ' 23.3 .0'
17
+ rev : ' 25.1 .0'
18
18
hooks :
19
19
- id : black
20
20
types_or : [python, pyi]
21
21
language_version : python3
22
22
- repo : https://github.com/PyCQA/isort
23
- rev : 5.12.0
23
+ rev : 6.0.1
24
24
hooks :
25
25
- id : isort
26
26
args : [--settings-file, ./pyproject.toml]
27
27
- repo : https://github.com/PyCQA/docformatter
28
- rev : v1.7.1
28
+ rev : v1.7.6
29
29
hooks :
30
30
- id : docformatter
31
31
additional_dependencies : [tomli]
32
32
args : [--in-place, --config, ./pyproject.toml]
33
33
- repo : https://github.com/charliermarsh/ruff-pre-commit
34
- rev : ' v0.0.269 '
34
+ rev : ' v0.11.9 '
35
35
hooks :
36
36
- id : ruff
37
37
args : [ --select, "PL", --select, "F" ]
@@ -42,18 +42,18 @@ repos:
42
42
additional_dependencies : [toml]
43
43
args : [--config, ./pyproject.toml]
44
44
- repo : https://github.com/pre-commit/mirrors-mypy
45
- rev : v1.3 .0
45
+ rev : v1.15 .0
46
46
hooks :
47
47
- id : mypy
48
48
additional_dependencies : [types-python-dateutil]
49
49
args : [--config-file, ./pyproject.toml]
50
50
- repo : https://github.com/myint/eradicate
51
- rev : ' 2.2 .0'
51
+ rev : ' 2.3 .0'
52
52
hooks :
53
53
- id : eradicate
54
54
args : []
55
55
- repo : https://github.com/rstcheck/rstcheck
56
- rev : ' v6.1.2 '
56
+ rev : ' v6.2.4 '
57
57
hooks :
58
58
- id : rstcheck
59
59
additional_dependencies : [tomli]
0 commit comments