File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,18 @@ default_language_version:
2
2
python : " 3.10"
3
3
4
4
repos :
5
+ - repo : https://github.com/astral-sh/ruff-pre-commit
6
+ rev : " v0.2.0"
7
+ hooks :
8
+ - id : ruff
9
+ args : ["--fix"]
10
+ - id : ruff-format
5
11
- repo : https://github.com/codespell-project/codespell
6
12
rev : v2.2.6
7
13
hooks :
8
14
- id : codespell
9
15
args :
10
16
- --ignore-words-list=wronly,afile
11
- - repo : https://github.com/psf/black
12
- rev : 24.2.0
13
- hooks :
14
- - id : black
15
- args : [ --safe, --quiet ]
16
17
- repo : https://github.com/asottile/blacken-docs
17
18
rev : 1.16.0
18
19
hooks :
@@ -36,14 +37,6 @@ repos:
36
37
args : ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
37
38
language : python
38
39
files : \.py$
39
- - repo : https://github.com/PyCQA/flake8
40
- rev : 7.0.0
41
- hooks :
42
- - id : flake8
43
- language_version : python3
44
- additional_dependencies :
45
- - flake8-bugbear
46
- args : ["--extend-ignore=E203", "--max-line-length=88"]
47
40
- repo : https://github.com/pre-commit/mirrors-mypy
48
41
rev : v1.8.0
49
42
hooks :
You can’t perform that action at this time.
0 commit comments