Commit 8f79f79 1 parent 2c4602a commit 8f79f79 Copy full SHA for 8f79f79
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 9
9
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.4 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : end-of-file-fixer
15
15
- id : trailing-whitespace
@@ -22,21 +22,21 @@ repos:
22
22
- id : detect-private-key
23
23
24
24
- repo : https://github.com/asottile/pyupgrade
25
- rev : v3.8.0
25
+ rev : v3.19.1
26
26
hooks :
27
27
- id : pyupgrade
28
28
args : [--py38-plus]
29
29
name : Upgrade code
30
30
31
31
- repo : https://github.com/PyCQA/docformatter
32
- rev : v1.7.3
32
+ rev : v1.7.5
33
33
hooks :
34
34
- id : docformatter
35
35
additional_dependencies : [tomli]
36
36
args : ["--in-place"]
37
37
38
38
- repo : https://github.com/executablebooks/mdformat
39
- rev : 0.7.16
39
+ rev : 0.7.22
40
40
hooks :
41
41
- id : mdformat
42
42
additional_dependencies :
46
46
exclude : CHANGELOG.md
47
47
48
48
- repo : https://github.com/psf/black
49
- rev : 23.3 .0
49
+ rev : 25.1 .0
50
50
hooks :
51
51
- id : black
52
52
name : Format code
61
61
- pep8-naming
62
62
63
63
- repo : https://github.com/astral-sh/ruff-pre-commit
64
- rev : v0.0.276
64
+ rev : v0.9.9
65
65
hooks :
66
66
- id : ruff
67
67
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments