13 lines
133 B
INI
13 lines
133 B
INI
|
|
[flake8]
|
|
|
|
max-line-length = 119
|
|
ignore =
|
|
W503
|
|
P102
|
|
P103
|
|
|
|
exclude =
|
|
tests/test_spiders.py E731
|
|
docs/conf.py E265
|