add houndci configuration and change flake8 config

This commit is contained in:
Ondrej Samohel 2020-03-18 12:13:48 +01:00
parent 107d281c44
commit 4746840351
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,7 @@
[flake8]
# ignore = D203
ignore = BLK100
max-line-length = 79
exclude =
.git,
__pycache__,

0
.hound.yml Normal file
View file