mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Pre-commit does not validate acceptance tests. (#2295)
Soluton: Adjust the pre-commit config.
This commit is contained in:
parent
dbf1b23c43
commit
d44bec1b7d
@ -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/)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user