Commit dae5dd02 by Jörg Stucke

requested review changes

parent 7a7667fe
[settings]
line_length=120
default_section = THIRDPARTY
known_first_party=analysis,compare,helperFunctions,install,intercom,objects,plugins,
scheduler,statistic,storage,test,unpacker,version,web_interface
multi_line_output=6
[MASTER]
init-hook='import sys; sys.path.append("./src")'
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
ignore-patterns=test/,src/bin
# Pickle collected data for later comparisons.
persistent=yes
......
......@@ -2,8 +2,5 @@
addopts = --flake8 -v
flake8-ignore =
*.py E501 W503
install.py E402
src/plugins/* E402
*/bin/* ALL
flake8-select =
*.py W504
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment