Skip to content

Commit 9a5eb75

Browse files
committed
exclude bad.py in pre-commit config
1 parent f1e6b72 commit 9a5eb75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ repos:
3737
rev: 5.10.1
3838
hooks:
3939
- id: isort
40+
exclude: doc/data/messages/r/reimported/bad.py
4041
- repo: https://github.com/psf/black
4142
rev: 22.3.0
4243
hooks:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import re
2-
import re
2+
import re # [reimported]

0 commit comments

Comments
 (0)