.hound.yml: Set pull requests to failed if build fails

This commit is contained in:
Alan Orth 2018-11-04 00:53:37 +02:00
parent f262ebdca2
commit 87fd117d77
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

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