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 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : " v0.1.6 "
11
+ rev : " v0.4.9 "
12
12
hooks :
13
13
- id : ruff
14
14
args : ["--fix"]
15
15
- repo : https://github.com/psf/black
16
- rev : 23.11.0
16
+ rev : 24.4.2
17
17
hooks :
18
18
- id : black
19
19
args : [--safe, --quiet]
26
26
types : [python]
27
27
args : ["-rn", "-sn", "--fail-on=I"]
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.7.1
29
+ rev : v1.10.0
30
30
hooks :
31
31
- id : mypy
32
32
name : mypy
36
36
args : []
37
37
require_serial : true
38
38
- repo : https://github.com/pre-commit/mirrors-prettier
39
- rev : v3.1.0
39
+ rev : v4.0.0-alpha.8
40
40
hooks :
41
41
- id : prettier
42
42
args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments