From 47468403515e33d8b845042a474caad12ac81864 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Wed, 18 Mar 2020 12:13:48 +0100 Subject: [PATCH] add houndci configuration and change flake8 config --- .flake8 | 2 ++ .hound.yml | 0 2 files changed, 2 insertions(+) create mode 100644 .hound.yml diff --git a/.flake8 b/.flake8 index 9de8d23bb2..67ed2d77a3 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,7 @@ [flake8] # ignore = D203 +ignore = BLK100 +max-line-length = 79 exclude = .git, __pycache__, diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000000..e69de29bb2