tox.ini: make `flake8` ignore `templates.py`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 19:56:33 +0000 (15:56 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 May 2020 19:56:33 +0000 (15:56 -0400)
`templates.py` is only a bunch of strings; no application code there.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 54308566c6d9c9041ff3d51dff4dabce336ccf5b..735654bfbdb4da5e5705896c21031c27c8f6b82d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ commands = flake8 barectf
 show-source = True
 ignore = E123,E125,E501
 builtins = _
-exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,templates.py
 
 [testenv:pylint-errors]
 deps = pylint >= 1.6
This page took 0.023113 seconds and 4 git commands to generate.