Do not lint .tox directories.
This commit is contained in:
parent
04acb016eb
commit
01c3849761
|
|
@ -10,3 +10,6 @@ rules:
|
|||
level: error
|
||||
line-length: disable
|
||||
truthy: disable
|
||||
|
||||
ignore: |
|
||||
.tox/
|
||||
|
|
|
|||
|
|
@ -14,3 +14,4 @@ exclude_paths:
|
|||
- ./molecule/default/verify.yml
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
- ./.tox
|
||||
|
|
|
|||
Loading…
Reference in New Issue