From a2f6c5d9f63c60c6cef6fff4e2855bfc3c1d7754 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Thu, 10 Sep 2020 00:17:41 +0200 Subject: [PATCH] hound flake8 config moved to setup.cfg --- .hound.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.hound.yml b/.hound.yml index 409cc4416a..df9cdab64a 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,3 @@ flake8: enabled: true - config_file: .flake8 - + config_file: setup.cfg