diff --git a/Reconstruction/DiTauRec/CMakeLists.txt b/Reconstruction/DiTauRec/CMakeLists.txt
index 76aefbb839bbea7683da514b2f0e6f1ace94d551..c87b989731727d20118092a6503d618cf414d976 100644
--- a/Reconstruction/DiTauRec/CMakeLists.txt
+++ b/Reconstruction/DiTauRec/CMakeLists.txt
@@ -36,8 +36,4 @@ atlas_add_component( DiTauRec
 # Install files from the package:
 atlas_install_headers( DiTauRec )
 atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
-atlas_install_joboptions( share/*.py )
-
-atlas_add_test( flake8_share
-                SCRIPT flake8 --select=ATL,F,E7,E9,W6 --ignore=F401,F821,ATL900 ${CMAKE_CURRENT_SOURCE_DIR}/share
-                POST_EXEC_SCRIPT nopost.sh )
+atlas_install_joboptions( share/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-ignore=F401,F821 )
diff --git a/Reconstruction/RecExample/RecExAlgs/CMakeLists.txt b/Reconstruction/RecExample/RecExAlgs/CMakeLists.txt
index f0d80a5c22d8f47f6abd5723ac29e71b504950f3..f98544c14cae7749ee5bb3e196aa3a40f9599ba6 100644
--- a/Reconstruction/RecExample/RecExAlgs/CMakeLists.txt
+++ b/Reconstruction/RecExample/RecExAlgs/CMakeLists.txt
@@ -23,8 +23,4 @@ atlas_add_component( RecExAlgs
 # Install files from the package:
 atlas_install_headers( RecExAlgs )
 atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
-atlas_install_joboptions( share/*.py )
-
-atlas_add_test( flake8_share
-                SCRIPT flake8 --select=ATL,F,E7,E9,W6 ${CMAKE_CURRENT_SOURCE_DIR}/share
-                POST_EXEC_SCRIPT nopost.sh )
+atlas_install_joboptions( share/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-ignore=F401,F821 )
diff --git a/Reconstruction/RecExample/RecExAlgs/share/SimpleCookedObjMaker_jobOptions.py b/Reconstruction/RecExample/RecExAlgs/share/SimpleCookedObjMaker_jobOptions.py
index 081cfaafb3833b781457ac9fbe6ae7fbb2c5a7c9..d2cb925bb74e3b82db304609abad67af8af52af1 100755
--- a/Reconstruction/RecExample/RecExAlgs/share/SimpleCookedObjMaker_jobOptions.py
+++ b/Reconstruction/RecExample/RecExAlgs/share/SimpleCookedObjMaker_jobOptions.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+
 ## get a handle on the algsequence
 from AthenaCommon.AlgSequence import AlgSequence
 job = AlgSequence()
diff --git a/Reconstruction/RecExample/RecExAlgs/share/SimpleRawObjMaker_jobOptions.py b/Reconstruction/RecExample/RecExAlgs/share/SimpleRawObjMaker_jobOptions.py
index bc9b2935ba567fc52e9d4173f4ba0d53a00a4567..056daf12f8355dea2b85ac0594caad4d6976aaab 100755
--- a/Reconstruction/RecExample/RecExAlgs/share/SimpleRawObjMaker_jobOptions.py
+++ b/Reconstruction/RecExample/RecExAlgs/share/SimpleRawObjMaker_jobOptions.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
+
 ## get a handle on the algsequence
 from AthenaCommon.AlgSequence import AlgSequence
 job = AlgSequence()