mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
15 lines
502 B
Plaintext
15 lines
502 B
Plaintext
|
[flake8]
|
||
|
ignore = E501, E402, N802, N806, F401, E261, E265, N803, F841, N801, N805, N815, N816, F811, N814, N804, W503, W291, N807, N813
|
||
|
|
||
|
|
||
|
exclude =
|
||
|
# There is simply too much in here, somebody will need to check these manually
|
||
|
src/plugins/grass/scripts,
|
||
|
# Generated code, hacking allowed. Feel free to go over it
|
||
|
python/core/auto_additions/,
|
||
|
python/analysis/auto_additions/,
|
||
|
python/gui/auto_additions/,
|
||
|
python/server/auto_additions/,
|
||
|
# Plenty of star imports used
|
||
|
python/PyQt/
|