This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/.landscape.yaml
sigoa f2aa117986 yaml
Signed-off-by: sigoa <si@goat.si>
2017-12-26 15:35:49 +01:00

40 lines
417 B
YAML

doc-warnings: true
test-warnings: false
strictness: veryhigh
max-line-length: 120
uses:
- flask
autodetect: true
requirements:
- deps/core.txt
# - deps/test.txt
ignore-paths:
- docs
- mypackage/vendor
ignore-patterns:
- ^example/doc_.*\.py$
- (^|/)docs(/|$)
python-targets:
- 2
pylint:
disable:
- eval-used
- undefined-variable
pep8:
disable:
- E711
- E712