Files
bonobo/.landscape.yml
2016-12-26 13:07:05 +01:00

16 lines
207 B
YAML

doc-warnings: true
test-warnings: true
strictness: veryhigh
max-line-length: 120
autodetect: true
python-targets:
- 3
ignore-paths:
- docs
- examples
- tests
pep257:
disable:
- D205
- D210