summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles-Henri de Boysson <ceache@users.noreply.github.com>2020-04-28 12:08:05 -0400
committerCharles-Henri de Boysson <ceache@users.noreply.github.com>2020-04-28 12:08:05 -0400
commit75f62a0dd40a9f9bdefcb04cea5ee5fcd3438c0e (patch)
tree633d91caef9002e2e263dcc6cd261c33c21c25ac
parentcc8ce8929116a1f0a2f0d088afa82ac9576395dc (diff)
downloadkazoo-75f62a0dd40a9f9bdefcb04cea5ee5fcd3438c0e.tar.gz
feat(test): Disable problematic hound-flake8-black integration.
Per https://github.com/houndci/hound/issues/1769
-rw-r--r--.flake82
-rw-r--r--.hound.yml1
2 files changed, 3 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..20d6db4
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+ignore = BLK100
diff --git a/.hound.yml b/.hound.yml
index 5de48c8..5f00754 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -1,3 +1,4 @@
fail_on_violations: true
python:
enabled: true
+ config_file: .flake8