From ec6756830c24981ee6e0221df71b59b03528cfca Mon Sep 17 00:00:00 2001 From: David Lai Date: Fri, 10 Jan 2020 15:05:27 +0800 Subject: [PATCH] Disable Hound-CI's Black style check --- .flake8 | 2 ++ .hound.yml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 000000000..20d6db4dd --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = BLK100 diff --git a/.hound.yml b/.hound.yml index 707f1540e..faeeeeb90 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,8 @@ python: enabled: true +flake8: + enabled: true + config_file: .flake8 + fail_on_violations: true