Skip to content

Commit 9049ea6

Browse files
committed
we can ignore some flake8 rules
1 parent 533e864 commit 9049ea6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ universal = 1
44
[tool:pytest]
55
asyncio_mode = auto
66
asyncio_default_fixture_loop_scope = function
7+
8+
[flake8]
9+
# ignore E501 for line length
10+
# ignore W503 for line break before binary operator
11+
ignore = E501,W503
12+
max-line-length = 120

0 commit comments

Comments
 (0)