mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 16:00:09 -04:00
11 lines
188 B
INI
11 lines
188 B
INI
[pep8]
|
|
max-line-length = 120
|
|
|
|
[flake8]
|
|
ignore = E501, W503
|
|
extend-ignore = E203
|
|
exclude = .git,viz-lib,node_modules,migrations
|
|
max-complexity = 15
|
|
per-file-ignores =
|
|
__init__.py: F401
|