File size: 93 Bytes
065fee7 |
1 2 3 4 5 6 7 8 |
[flake8]
ignore = E203, E266, E501, W503
exclude =
__pycache__,
.git,
*.pyc,
conf.py
|
065fee7 |
1 2 3 4 5 6 7 8 |
[flake8]
ignore = E203, E266, E501, W503
exclude =
__pycache__,
.git,
*.pyc,
conf.py
|