Skip to content

Commit

Permalink
exclude bad.py in pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
gunungpw committed Apr 6, 2022
1 parent f1e6b72 commit 9a5eb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ repos:
rev: 5.10.1
hooks:
- id: isort
exclude: doc/data/messages/r/reimported/bad.py
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion doc/data/messages/r/reimported/bad.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import re
import re
import re # [reimported]

0 comments on commit 9a5eb75

Please sign in to comment.