flake8: add .py.in to tox.ini and realize the process is far from finished.
authorNils Gillmann <ng0@n0.is>
Sat, 19 May 2018 19:44:46 +0000 (19:44 +0000)
committerNils Gillmann <ng0@n0.is>
Sat, 19 May 2018 19:44:46 +0000 (19:44 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
tox.ini

diff --git a/tox.ini b/tox.ini
index 090ac8f8efb88acdb3998686e37f4def3d8bf8e0..c91f2de94318a82749929732192855aefd8df29f 100644 (file)
--- 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