1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/plugin-boilerplate/{{ cookiecutter.project_slug }}/plugins/{{ cookiecutter.project_module }}/backend/.flake8

8 lines
142 B
INI

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