diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..f469889 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = BLK100 \ No newline at end of file diff --git a/.hound.yml b/.hound.yml index 200f56e..cf4d620 100644 --- a/.hound.yml +++ b/.hound.yml @@ -2,3 +2,4 @@ fail_on_violations: true flake8: enabled: true + config_file: .flake8