2015-12-08 22:11:38 +03:00
|
|
|
[flake8]
|
2020-12-09 21:24:56 +03:00
|
|
|
# E203: https://github.com/psf/black/issues/315
|
|
|
|
# W503: https://www.flake8rules.com/rules/W503.html
|
|
|
|
ignore = F999,F405,W503,E203
|
|
|
|
max-line-length = 88
|
2015-12-08 22:11:38 +03:00
|
|
|
exclude =
|
2015-12-16 11:46:10 +03:00
|
|
|
src/olympia/wsgi.py,
|
2015-12-08 22:11:38 +03:00
|
|
|
docs,
|
|
|
|
node_modules,
|
|
|
|
.npm,
|
|
|
|
build*.py
|
2015-12-08 22:15:50 +03:00
|
|
|
media,
|
2018-11-05 15:39:42 +03:00
|
|
|
storage,
|
2015-12-08 22:15:50 +03:00
|
|
|
logs,
|
|
|
|
site-static,
|
|
|
|
static,
|
2019-09-12 18:39:30 +03:00
|
|
|
.git,
|
|
|
|
*/migrations/*.py
|
2021-02-03 15:52:30 +03:00
|
|
|
src/django-babel/
|