forked from mantidproject/mantid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flake8
29 lines (29 loc) · 781 Bytes
/
.flake8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[flake8]
ignore = E114,E115,E116,E121,E123,E126,E133,E2,E704,E722,E741,E743,W503,F403,F405,F999
exclude =
.git,
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/paraview_ext,
qt/python/mantidqt/resources.py,
qt/scientific_interfaces,
qt/widgets,
scripts/test,
Testing/PerformanceTests,
Testing/SystemTests/lib,
Testing/SystemTests/scripts,
Testing/SystemTests/tests/analysis/reference,
Testing/Tools,
max-complexity = 20
max-line-length = 140