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 5
5
- id : end-of-file-fixer
6
6
- id : trailing-whitespace
7
7
- repo : https://github.com/astral-sh/ruff-pre-commit
8
- rev : " v0.1.4 "
8
+ rev : " v0.1.6 "
9
9
hooks :
10
10
- id : ruff
11
11
args : [--fix, --exit-non-zero-on-fix]
12
12
- repo : https://github.com/psf/black
13
- rev : 23.10.1
13
+ rev : 23.11.0
14
14
hooks :
15
15
- id : black
16
16
- repo : https://github.com/tox-dev/tox-ini-fmt
@@ -19,12 +19,12 @@ repos:
19
19
- id : tox-ini-fmt
20
20
args : ["-p", "fix"]
21
21
- repo : https://github.com/tox-dev/pyproject-fmt
22
- rev : " 1.4 .1"
22
+ rev : " 1.5 .1"
23
23
hooks :
24
24
- id : pyproject-fmt
25
25
additional_dependencies : ["tox>=4.11.3"]
26
26
- repo : https://github.com/pre-commit/mirrors-prettier
27
- rev : " v3.0.3 "
27
+ rev : " v3.1.0 "
28
28
hooks :
29
29
- id : prettier
30
30
args : ["--print-width=120", "--prose-wrap=always"]
You can’t perform that action at this time.
0 commit comments