File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,26 @@ repos:
22
22
rev : 22.6.0
23
23
hooks :
24
24
- id : black
25
- args : [--target-version=py36]
25
+ args :
26
+ - --target-version=py37
27
+ - --target-version=py38
28
+ - --target-version=py39
29
+ - --target-version=py310
30
+
31
+ # Autoformat: Python code
32
+ - repo : https://github.com/pycqa/isort
33
+ rev : 5.10.1
34
+ hooks :
35
+ - id : isort
36
+ args :
37
+ - --profile=black
26
38
27
39
# Autoformat: markdown, yaml
28
40
- repo : https://github.com/pre-commit/mirrors-prettier
29
41
rev : v2.7.1
30
42
hooks :
31
43
- id : prettier
32
44
33
- # Autoformat: https://github.com/asottile/reorder_python_imports
34
- - repo : https://github.com/asottile/reorder_python_imports
35
- rev : v3.8.2
36
- hooks :
37
- - id : reorder-python-imports
38
-
39
45
# Misc...
40
46
- repo : https://github.com/pre-commit/pre-commit-hooks
41
47
rev : v4.3.0
You can’t perform that action at this time.
0 commit comments