File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
- id : check-useless-excludes
6
6
# - id: identity # Prints all files passed to pre-commits. Debugging.
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v4.5 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
args :
@@ -35,16 +35,16 @@ repos:
35
35
- id : check-ast
36
36
- id : check-docstring-first
37
37
- repo : https://github.com/psf/black
38
- rev : 23.3.0
38
+ rev : 23.12.1
39
39
hooks :
40
40
- id : black
41
41
language_version : python3.10
42
42
- repo : https://github.com/asottile/blacken-docs
43
- rev : 1.13 .0
43
+ rev : 1.16 .0
44
44
hooks :
45
45
- id : blacken-docs
46
46
- repo : https://github.com/PyCQA/docformatter
47
- rev : v1.5.1
47
+ rev : v1.7.5
48
48
hooks :
49
49
- id : docformatter
50
50
args :
@@ -54,17 +54,17 @@ repos:
54
54
- --wrap-descriptions
55
55
- ' 88'
56
56
- --blank
57
- - repo : https://github.com/charliermarsh /ruff-pre-commit
58
- rev : v0.0.261
57
+ - repo : https://github.com/astral-sh /ruff-pre-commit
58
+ rev : v0.1.9
59
59
hooks :
60
60
- id : ruff
61
61
- repo : https://github.com/nbQA-dev/nbQA
62
- rev : 1.7.0
62
+ rev : 1.7.1
63
63
hooks :
64
64
- id : nbqa-black
65
65
- id : nbqa-ruff
66
66
- repo : https://github.com/asottile/setup-cfg-fmt
67
- rev : v2.2 .0
67
+ rev : v2.5 .0
68
68
hooks :
69
69
- id : setup-cfg-fmt
70
70
- repo : https://github.com/mgedmin/check-manifest
You can’t perform that action at this time.
0 commit comments