From c227e3f00efb4b3677e9b85c0273a7bf5fbcb4a9 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sat, 19 May 2018 19:44:46 +0000 Subject: flake8: add .py.in to tox.ini and realize the process is far from finished. Signed-off-by: Nils Gillmann --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3