From: Nils Gillmann Date: Sat, 19 May 2018 19:44:46 +0000 (+0000) Subject: flake8: add .py.in to tox.ini and realize the process is far from finished. X-Git-Tag: v0.11.0pre66~36^2~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c227e3f00efb4b3677e9b85c0273a7bf5fbcb4a9;p=oweals%2Fgnunet.git flake8: add .py.in to tox.ini and realize the process is far from finished. Signed-off-by: Nils Gillmann --- diff --git a/tox.ini b/tox.ini index 090ac8f8e..c91f2de94 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,4 @@ [flake8] max-line-length = 160 -exclude = .git \ No newline at end of file +exclude = .git +filename = *.py* \ No newline at end of file