Skip to content

Commit 1926795

Browse files
committed
pre-commit: enable isort
1 parent 15a1fb6 commit 1926795

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ repos:
3232
- --target-version=py38
3333
- --target-version=py39
3434
- --target-version=py310
35+
- --target-version=py311
3536

36-
# # Autoformat: Python code
37-
# - repo: https://github.com/pycqa/isort
38-
# rev: 5.10.1
39-
# hooks:
40-
# - id: isort
41-
# args:
42-
# - --profile=black
37+
# Autoformat: Python code
38+
- repo: https://github.com/pycqa/isort
39+
rev: 5.10.1
40+
hooks:
41+
- id: isort
42+
args:
43+
- --profile=black
4344

4445
# # Autoformat: markdown, yaml (but not helm templates)
4546
# - repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)