We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cc3de commit 38c1d89Copy full SHA for 38c1d89
1 file changed
.flake8
@@ -6,5 +6,5 @@ per-file-ignores =
6
# __init__.py files are allowed to have unused imports and lines-too-long
7
*/__init__.py:F401
8
9
- # Unused imports are allowed on tests/package.py module and they must come after setting the current working directory.
10
- tests/package.py:F401, E402
+ # Unused imports are allowed in the tests/package.py module and they must come after setting the current working directory.
+ tests/package.py:F401, E402
0 commit comments