We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reimported
1 parent 3fa1699 commit 67af2c0Copy full SHA for 67af2c0
3 files changed
.pre-commit-config.yaml
@@ -37,6 +37,7 @@ repos:
37
rev: 5.10.1
38
hooks:
39
- id: isort
40
+ exclude: doc/data/messages/r/reimported/bad.py
41
- repo: https://github.com/psf/black
42
rev: 22.3.0
43
doc/data/messages/r/reimported/bad.py
@@ -0,0 +1,2 @@
1
+import re
2
+import re # [reimported]
doc/data/messages/r/reimported/good.py
@@ -0,0 +1 @@
0 commit comments