2019-06-14 14:28:23 +00:00
|
|
|
[flake8]
|
2022-01-14 09:15:58 +00:00
|
|
|
extend-ignore = E203, W503, F541, E501
|
2022-02-21 09:32:38 +00:00
|
|
|
max-doc-length = 88
|
2022-02-07 17:19:08 +00:00
|
|
|
per-file-ignores =
|
|
|
|
tests/*: F841
|
|
|
|
../premium/backend/tests/*: F841
|
2022-09-20 13:31:46 +00:00
|
|
|
../enterprise/backend/tests/*: F841
|
2022-05-17 08:38:59 +00:00
|
|
|
src/baserow/contrib/database/migrations/*: X1
|
|
|
|
src/baserow/core/migrations/*: X1
|
2021-10-05 11:31:44 +00:00
|
|
|
exclude =
|
|
|
|
.git,
|
|
|
|
__pycache__,
|
2023-09-04 12:17:41 +00:00
|
|
|
src/baserow/core/formula/parser/generated
|
2022-05-17 08:38:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
[flake8:local-plugins]
|
|
|
|
extension =
|
|
|
|
X1 = flake8_baserow:DocstringPlugin
|
|
|
|
paths = ./flake8_plugins
|