1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 23:37:55 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/backend/.flake8

9 lines
142 B
INI

[flake8]
extend-ignore = E203, W503, F541, E501
max-doc-length = 88
per-file-ignores =
tests/*: F841
exclude =
.git,
__pycache__,