File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.1.13
7
+ rev : v0.8.1
8
8
hooks :
9
9
- id : ruff-format
10
10
- id : ruff
11
11
args : [--fix, --exit-non-zero-on-fix]
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.5 .0
13
+ rev : v5.0 .0
14
14
hooks :
15
15
- id : check-added-large-files
16
16
- id : check-ast
@@ -22,13 +22,13 @@ repos:
22
22
- id : mixed-line-ending
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/pre-commit/mirrors-mypy
25
- rev : v1.8 .0
25
+ rev : v1.13 .0
26
26
hooks :
27
27
- id : mypy
28
28
additional_dependencies : [types-requests, types-six]
29
29
exclude : docs/conf.py
30
30
- repo : https://github.com/pre-commit/mirrors-prettier
31
- rev : v3.1.0
31
+ rev : v4.0.0-alpha.8
32
32
hooks :
33
33
- id : prettier
34
34
- repo : https://github.com/packit/pre-commit-hooks
You can’t perform that action at this time.
0 commit comments