Skip to content
Snippets Groups Projects
.flake8 781 B
Newer Older
WHITFIELDRE email's avatar
WHITFIELDRE email committed
[flake8]
ignore = E114,E115,E116,E121,E123,E126,E133,E2,E704,E722,E741,E743,W503,F403,F405,F999
WHITFIELDRE email's avatar
WHITFIELDRE email committed
exclude =
WHITFIELDRE email's avatar
WHITFIELDRE email committed
    buildconfig,
    docs,
    Framework/Algorithms/test,
    Framework/DataObjects,
    Framework/MPIAlgorithms,
    Framework/PythonInterface/mantid,
    Framework/PythonInterface/test,
    Framework/WorkflowAlgorithms,
    images,
    installers,
    instrument,
    MantidPlot,
    qt/applications/workbench/workbench/app/resources.py,
    qt/python/mantidqt/resources.py,
    qt/scientific_interfaces,
    qt/widgets,
WHITFIELDRE email's avatar
WHITFIELDRE email committed
    scripts/test,
    Testing/PerformanceTests,
    Testing/SystemTests/lib,
    Testing/SystemTests/scripts,
    Testing/SystemTests/tests/analysis/reference,
    Testing/Tools,
max-complexity = 20
max-line-length = 140