Merge pull request #10 from pypeclub/feature/houndci-integration

add houndci configuration and change flake8 config
This commit is contained in:
Milan Kolar 2020-03-18 16:27:35 +01:00 committed by GitHub
commit 495ce39c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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