Enable Flake8 validation in Hound CI

Will check all pull requests in the project to make sure they don't
violate PEP 8 style (except the E501 for long lines because I think
it makes code hard to read).
This commit is contained in:
Alan Orth 2018-11-04 00:48:06 +02:00
parent a238a727d2
commit 64d7f1a3b2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 5 additions and 0 deletions

2
.flake8 Normal file
View File

@ -0,0 +1,2 @@
[flake8]
ignore = E501

3
.hound.yml Normal file
View File

@ -0,0 +1,3 @@
flake8:
enabled: true
config_file: .flake8