We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a1fb6 commit 1926795Copy full SHA for 1926795
.pre-commit-config.yaml
@@ -32,14 +32,15 @@ repos:
32
- --target-version=py38
33
- --target-version=py39
34
- --target-version=py310
35
+ - --target-version=py311
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
+ # Autoformat: Python code
+ - repo: https://github.com/pycqa/isort
+ rev: 5.10.1
+ hooks:
+ - id: isort
+ args:
43
+ - --profile=black
44
45
# # Autoformat: markdown, yaml (but not helm templates)
46
# - repo: https://github.com/pre-commit/mirrors-prettier
0 commit comments