2020-05-05 21:53:44 +02:00
|
|
|
[flake8]
|
2020-05-05 22:36:52 +02:00
|
|
|
ignore =
|
2020-05-11 08:10:20 +10:00
|
|
|
E501, E402, N802, N806, F401, N803, F841, N801, N805, N815, N816, F811, N814, N804, W503, N807, N813, W504, E741,
|
2020-05-05 22:36:52 +02:00
|
|
|
# E722: Do not use bare excepts -- A candidate to remove from this list!
|
|
|
|
E722
|
2020-05-05 21:53:44 +02:00
|
|
|
|
|
|
|
|
|
|
|
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
|
2020-07-30 19:36:41 +10:00
|
|
|
python/3d/auto_additions/,
|
2020-05-05 21:53:44 +02:00
|
|
|
python/core/auto_additions/,
|
|
|
|
python/analysis/auto_additions/,
|
|
|
|
python/gui/auto_additions/,
|
|
|
|
python/server/auto_additions/,
|
|
|
|
# Plenty of star imports used
|
|
|
|
python/PyQt/
|