From 52402b99b36d35fe1b52d39d137ced68a134797e Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Wed, 28 Oct 2015 01:25:54 +0000 Subject: [PATCH] Add Landscape configuration --- .landscape.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .landscape.yaml diff --git a/.landscape.yaml b/.landscape.yaml new file mode 100644 index 0000000..da681d6 --- /dev/null +++ b/.landscape.yaml @@ -0,0 +1,6 @@ +pylint: + options: + dummy-variables-rgx: _ + +pyflakes: + run: false