style: removes bonobo/util/testing.py from linter as it uses asserts for tests.

This commit is contained in:
Romain Dorgueil
2018-08-11 07:37:29 +02:00
parent 1d370a8c23
commit 5e99ef9eb4

View File

@ -5,6 +5,7 @@ exclude_paths:
- bonobo/contrib/jupyter/**.js
- bonobo/examples/**
- bonobo/ext/**
- bonobo/util/testing.py
- docs/**
- setup.py
- tests/**