Problem: Pre-commit does not validate acceptance tests. (#2295)

Soluton: Adjust the pre-commit config.
This commit is contained in:
Lev Berman 2018-05-16 14:45:34 +02:00 committed by codegeschrei
parent dbf1b23c43
commit d44bec1b7d
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ repos:
args: ['--select=D204,D201,D209,D210,D212,D300,D403']
# negate the exclude to only apply the hooks to 'bigchaindb' and 'tests' folder
exclude: '^(?!bigchaindb/)(?!tests/)'
exclude: '^(?!bigchaindb/)(?!tests/)(?!acceptance/)'