9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
|
|
[flake8]
|
||
|
|
ignore = E203, E266, E501, W503
|
||
|
|
exclude =
|
||
|
|
# Standard linting exemptions.
|
||
|
|
__pycache__,
|
||
|
|
.git,
|
||
|
|
*.pyc,
|
||
|
|
conf.py
|