Skip to content

Commit 2d02fbf

Browse files
committed
Turn off linter warnings about long lines.
1 parent 6e44af8 commit 2d02fbf

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.flake8

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 1000

pylintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[FORMAT]
2+
# Maximum number of characters on a single line.
3+
max-line-length=1000

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pycodestyle]
2+
max-line-length=1000

0 commit comments

Comments
 (0)