File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
- - repo : https://github.com/pycqa/isort
3
- rev : 5.13.2
4
- hooks :
5
- - id : isort
6
-
7
- - repo : https://github.com/psf/black-pre-commit-mirror
8
- rev : 24.4.2
9
- hooks :
10
- - id : black
11
-
12
2
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.6 .0
3
+ rev : v5.0 .0
14
4
hooks :
15
5
- id : check-case-conflict
16
6
- id : check-merge-conflict
17
- - id : check-toml
18
7
- id : check-yaml
19
8
- id : end-of-file-fixer
20
9
- id : trailing-whitespace
21
10
11
+ - repo : https://github.com/astral-sh/ruff-pre-commit
12
+ rev : v0.11.12
13
+ hooks :
14
+ - id : ruff-check
15
+ args :
16
+ - --select
17
+ - I
18
+ - --fix
19
+ - id : ruff-format
20
+
22
21
- repo : https://github.com/tox-dev/pyproject-fmt
23
- rev : 2.1.3
22
+ rev : v2.6.0
24
23
hooks :
25
24
- id : pyproject-fmt
26
25
27
26
- repo : https://github.com/abravalheri/validate-pyproject
28
- rev : v0.18
27
+ rev : v0.24.1
29
28
hooks :
30
29
- id : validate-pyproject
You can’t perform that action at this time.
0 commit comments