-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
setup.cfg
46 lines (42 loc) · 931 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[flake8]
max-line-length = 130
ignore =
# Closing bracket does not match visual indentation
E123,
E124,
E125,
E126,
# Line length
E501,
# Bad double quotes
Q000,
Q001,
Q003,
# Line break before binary operator
W503,
per-file-ignores =
lizmap/tooltip.py:E741
lizmap/test/test_tooltip.py:W291,W293
lizmap/toolbelt/debug.py:T201
exclude =
lizmap/lizmap_api,
lizmap/qgis_plugin_tools,
.venv/,
[isort]
multi_line_output = 3
include_trailing_comma = True
use_parentheses = True
ensure_newline_before_comments = True
lines_between_types = 1
skip =
.venv,
./lizmap/qgis_plugin_tools/,
[qgis-plugin-ci]
plugin_path = lizmap
github_organization_slug = 3liz
project_slug = lizmap-plugin
transifex_organization = 3liz-1
transifex_project = lizmap-locales
transifex_resource = lizmap_qgis_plugin
transifex_coordinator = etrimaille
changelog_include = true