Skip to content

Commit 8dbb559

Browse files
authored
Merge pull request #1441 from Sage-Bionetworks/develop-modify-precommit
technical debt: added isort to pre-commit hook in schematic repo
2 parents f01ad16 + 1bef8d7 commit 8dbb559

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ repos:
1010
# pre-commit's default_language_version, see
1111
# https://pre-commit.com/#top_level-default_language_version
1212
language_version: python3.10
13-
files: ^(tests|schematic|schematic_api)/
13+
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+
files: ^(tests|schematic|schematic_api)/

0 commit comments

Comments
 (0)