File tree Expand file tree Collapse file tree 2 files changed +122
-163
lines changed Expand file tree Collapse file tree 2 files changed +122
-163
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/compilerla/conventional-pre-commit
6
- rev : v3.2 .0
6
+ rev : v3.6 .0
7
7
hooks :
8
8
- id : conventional-pre-commit
9
9
stages : [commit-msg]
10
10
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.5 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : check-ast
15
15
- id : check-added-large-files
@@ -24,14 +24,14 @@ repos:
24
24
- id : trailing-whitespace
25
25
26
26
- repo : https://github.com/python-formate/flake8-dunder-all
27
- rev : v0.4.0
27
+ rev : v0.4.1
28
28
hooks :
29
29
- id : ensure-dunder-all
30
30
exclude : " tests*"
31
31
args : ["--use-tuple"]
32
32
33
33
- repo : https://github.com/astral-sh/ruff-pre-commit
34
- rev : v0.4.4
34
+ rev : v0.7.3
35
35
hooks :
36
36
- id : ruff
37
37
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments