Skip to content

Commit b86e3dd

Browse files
remove precommit hook for stub files (#567)
1 parent 2092456 commit b86e3dd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ repos:
2020
- id: isort
2121
name: isort (python)
2222
args: ['--force-single-line-imports', '--profile', 'black']
23-
- id: isort
24-
name: isort (pyi)
25-
types: [ pyi ]
26-
args: ['--force-single-line-imports', '--profile', 'black']
2723
- repo: https://github.com/pycqa/flake8
2824
rev: 4.0.1
2925
hooks:

0 commit comments

Comments
 (0)