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