Skip to content

Commit 5dff5d7

Browse files
2 parents ed6159e + 6d1b370 commit 5dff5d7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.flake8

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[flake8]
22

3-
ignore = E501, E701, E722
3+
max-line-length = 130
4+
ignore = E701, E722
45

56
per-file-ignores =
67
# __init__.py files are allowed to have unused imports and lines-too-long
78
*/__init__.py:F401
89

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

0 commit comments

Comments
 (0)