forked from AmbaPant/mantid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.flake8
34 lines (32 loc) · 965 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
30
31
32
33
34
[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