diff --git a/.flake8 b/.flake8 index f47c4529d5f..1a5af79eb05 100644 --- a/.flake8 +++ b/.flake8 @@ -27,6 +27,7 @@ per-file-ignores = gui/scripts/d.wms.py: E501 gui/wxpython/gcp/manager.py: E722 gui/wxpython/image2target/*: F841, E722 + gui/wxpython/image2target/g.gui.image2target.py: E501, F841 gui/wxpython/iscatt/*: F841, E722, F405, F403 gui/wxpython/lmgr/frame.py: F841, E722 # layertree still includes some formatting issues (it is ignored by Black)