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

15 lines
197 B
YAML

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