File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ fail_fast: false
2
2
default_language_version :
3
3
python : python3
4
4
default_stages :
5
- - commit
6
- - push
5
+ - pre- commit
6
+ - pre- push
7
7
minimum_pre_commit_version : 2.16.0
8
8
repos :
9
9
- repo : https://github.com/astral-sh/ruff-pre-commit
10
- rev : v0.3.7
10
+ rev : v0.11.0
11
11
hooks :
12
12
- id : ruff
13
13
types_or : [python, pyi, jupyter]
14
14
args : [--fix, --exit-non-zero-on-fix]
15
15
- id : ruff-format
16
16
types_or : [python, pyi, jupyter]
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.6 .0
18
+ rev : v5.0 .0
19
19
hooks :
20
20
- id : detect-private-key
21
21
- id : check-ast
37
37
language : fail
38
38
files : ' .*\.rej$'
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : v2.2.6
40
+ rev : v2.4.1
41
41
hooks :
42
42
- id : codespell
43
43
additional_dependencies :
You can’t perform that action at this time.
0 commit comments