File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11fail_fast : false
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : check-merge-conflict
77 - id : debug-statements
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
10- - repo : https://github.com/ambv/black
11- rev : 25.1.0
12- hooks :
13- - id : black
14- - repo : https://github.com/pycqa/flake8
15- rev : 7.2.0
16- hooks :
17- - id : flake8
18- additional_dependencies :
19- - importlib_metadata<5
2010 - repo : https://github.com/asottile/pyupgrade
21- rev : v3.19.1
11+ rev : v3.21.2
2212 hooks :
2313 - id : pyupgrade
2414 args : [--py36-plus]
25- - repo : https://github.com/pycqa/isort
26- rev : 6.0.1
15+ - repo : https://github.com/astral-sh/ruff-pre-commit
16+ rev : v0.14.10
2717 hooks :
28- - id : isort
18+ # Run the linter.
19+ - id : ruff-check
20+ # Run the formatter.
21+ - id : ruff-format
You can’t perform that action at this time.
0 commit comments