forked from 3liz/QgisCadastrePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (32 loc) · 868 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
[qgis-plugin-ci]
plugin_path = cadastre
github_organization_slug = 3liz
project_slug = QgisCadastrePlugin
[flake8]
max-line-length = 120
ignore =
# Closing bracket does not match visual indentation
E122,
E126,
# Import not at top of file
E402,
# line too long
E501,
# Ambiguous variable name
E741,
per-file-ignores =
cadastre/cadastre_common_base.py:E502,W504,
cadastre/cadastre_dialogs.py:E722,
cadastre/cadastre_export_dialog.py:E731,
cadastre/cadastre_import.py:E722,F811,
cadastre/cadastre_loading.py:E722,
cadastre/cadastre_menu.py:E722,
cadastre/server/cadastre_service.py:E722,E731,
exclude =
cadastre/forms/resource_rc.py,
cadastre/getmultipolygonfromvec.py,
cadastre/resources.py,
cadastre/resources_rc.py,
cadastre/scripts/,
cadastre/standalone/export.py,
tests,