exclude test folder from linting

This commit is contained in:
Robert Kaussow 2020-04-06 22:19:25 +02:00
parent 87dce9b579
commit 3b23b3cc50
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exclude =
__pycache__ __pycache__
build build
dist dist
tests test
*.pyc *.pyc
*.egg-info *.egg-info
.cache .cache