Skip to content

Commit 6adc1e9

Browse files
committed
isort ignores ungrouped-imports/bad.py
1 parent 65d997c commit 6adc1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
rev: 5.10.1
3838
hooks:
3939
- id: isort
40-
exclude: doc/data/messages/r/reimported/bad.py
40+
exclude: doc/data/messages/r/reimported/bad.py|doc/data/messages/u/ungrouped-imports/bad.py
4141
- repo: https://github.com/psf/black
4242
rev: 22.3.0
4343
hooks:

0 commit comments

Comments
 (0)