We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f01ad16 + 1bef8d7 commit 8dbb559Copy full SHA for 8dbb559
.pre-commit-config.yaml
@@ -10,4 +10,11 @@ repos:
10
# pre-commit's default_language_version, see
11
# https://pre-commit.com/#top_level-default_language_version
12
language_version: python3.10
13
- files: ^(tests|schematic|schematic_api)/
+ files: ^(tests|schematic|schematic_api)/
14
+
15
+ - repo: https://github.com/pycqa/isort
16
+ rev: 5.13.2
17
+ hooks:
18
+ - id: isort
19
+ name: isort (python)
20
0 commit comments