forked from 3liz/qgis-lizmap-server-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (41 loc) · 848 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
; [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_server/tooltip.py:E741
; lizmap_server/lizmap_service.py:ABS101
; lizmap_server/lizmap_server.py:ABS101
; lizmap_server/expression_service.py:ABS101
; lizmap_server/lizmap_accesscontrol.py:ABS101
;
; exclude =
; test/conftest.py,
; .venv/,
; .local/,
; .local/lib,
; ./test/.local/lib
;
[isort]
multi_line_output = 3
include_trailing_comma = True
use_parentheses = True
ensure_newline_before_comments = True
lines_between_types = 1
skip =
.venv,
.local/,
.cache/,