Do not lint .tox directories.

This commit is contained in:
Robert de Bock 2020-08-31 10:45:09 +02:00
parent 04acb016eb
commit 01c3849761
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,6 @@ rules:
level: error
line-length: disable
truthy: disable
ignore: |
.tox/

View File

@ -14,3 +14,4 @@ exclude_paths:
- ./molecule/default/verify.yml
{% endif %}
{% endif %}
- ./.tox