Signed-off-by: Stephen Finucane <[email protected]> --- .landscape.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .landscape.yml
diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..a882e84 --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,14 @@ +doc-warnings: false +test-warnings: false +strictness: veryhigh +max-line-length: 80 +autodetect: true +requirements: + - requirements-dev.txt +ignore-paths: + - docs + - patchwork/migrations + - lib +python-targets: + - 2 + - 3 -- 2.7.4 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
