File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
# https://pre-commit.com/
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v5 .0.0
7
+ rev : v6 .0.0
8
8
hooks :
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
- id : requirements-txt-fixer
12
12
- id : check-merge-conflict
13
13
- repo : https://github.com/rbubley/mirrors-prettier
14
- rev : v3.5.3
14
+ rev : v3.6.2
15
15
hooks :
16
16
- id : prettier
17
17
args : ["--cache-location=.prettier_cache/cache"]
28
28
- id : validate-pyproject
29
29
additional_dependencies : ["validate-pyproject-schema-store[all]"]
30
30
- repo : https://github.com/astral-sh/ruff-pre-commit
31
- rev : v0.11.5
31
+ rev : v0.12.8
32
32
hooks :
33
33
- id : ruff
34
34
args : ["--fix", "--show-fixes"]
37
37
hooks :
38
38
- id : black
39
39
- repo : https://github.com/woodruffw/zizmor-pre-commit
40
- rev : v1.5.2
40
+ rev : v1.11.0
41
41
hooks :
42
42
- id : zizmor
You can’t perform that action at this time.
0 commit comments