Skip to content

Commit 2b10d2e

Browse files
committed
Ignore line too long errors"
1 parent fe8831e commit 2b10d2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[flake8]
22
max-line-length=99
3+
4+
# E501 is the "Line too long" error. We disable it because we use Black for
5+
# code formatting. Black makes a best effort to keep lines under the max
6+
# length, but can go over in some cases.
7+
ignore = E501

0 commit comments

Comments
 (0)