diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2020-01-16 02:26:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 02:26:31 +0000 |
commit | d31b74ba6c74a6e3cdebd80b9eb5272aeb9b0fb4 (patch) | |
tree | a9e77f63ce9613133e3e321cb973a8e54c826593 | |
parent | 34eb779c77487679091849f3df62038a784b68ac (diff) | |
parent | 13764be572f5571cec916d276933655a544a4810 (diff) | |
download | vyos-ansible-collection-d31b74ba6c74a6e3cdebd80b9eb5272aeb9b0fb4.tar.gz vyos-ansible-collection-d31b74ba6c74a6e3cdebd80b9eb5272aeb9b0fb4.zip |
Merge pull request #60 from pabelanger/master
Don't run flake8 on tests/unit/compat
Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ commands = {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,E402,W503 +ignore = E123,E125,E231,E402,W503 max-line-length = 160 builtins = _ -exclude = .git,.tox +exclude = .git,.tox,tests/unit/compat/ |