-
Gigg, Martyn Anthony authoredGigg, Martyn Anthony authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.flake8 965 B
[flake8]
ignore = E114,E115,E116,E121,E123,E126,E133,E2,E704,E722,E741,E743,W503,F403,F405,F999
exclude =
.git,
build
buildconfig,
docs,
Framework/Algorithms/test,
Framework/DataObjects,
Framework/MPIAlgorithms,
Framework/PythonInterface/mantid,
Framework/PythonInterface/test,
images,
installers,
instrument,
qt/applications/workbench/workbench/app/resources.py,
qt/python/mantidqt/resources.py,
qt/python/mantidqt/dialogs/errorreports/resources_qt4.py
qt/python/mantidqt/dialogs/errorreports/resources_qt5.py
qt/scientific_interfaces,
qt/widgets,
Testing/PerformanceTests,
Testing/SystemTests/lib,
Testing/SystemTests/scripts,
Testing/SystemTests/tests/framework/reference,
Testing/Tools,
# Ignore UI files
scripts/ErrorReporter/ui_errorreport.py,
scripts/Interface/ui,
scripts/Interface/ui/dataprocessorinterface,
max-complexity = 20
max-line-length = 140