Skip to content

Commit 38c1d89

Browse files
update .flake8
1 parent 57cc3de commit 38c1d89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.flake8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ per-file-ignores =
66
# __init__.py files are allowed to have unused imports and lines-too-long
77
*/__init__.py:F401
88

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
9+
# Unused imports are allowed in the tests/package.py module and they must come after setting the current working directory.
10+
tests/package.py:F401, E402

0 commit comments

Comments
 (0)