Skip to content

Commit

Permalink
Ignore a lot of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 5, 2020
1 parent 17b209e commit 9e5e0d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .flake8
@@ -0,0 +1,14 @@
[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/

0 comments on commit 9e5e0d1

Please sign in to comment.