aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 19:44:46 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 19:44:46 +0000
commitc227e3f00efb4b3677e9b85c0273a7bf5fbcb4a9 (patch)
tree837c4472394fef974c37f130947029c31bda8cfa /tox.ini
parentfca4c4dfc0d1a10dc7ec29bc3e95ba73561ae94e (diff)
downloadgnunet-c227e3f00efb4b3677e9b85c0273a7bf5fbcb4a9.tar.gz
gnunet-c227e3f00efb4b3677e9b85c0273a7bf5fbcb4a9.zip
flake8: add .py.in to tox.ini and realize the process is far from finished.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 090ac8f8e..c91f2de94 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,4 @@
1[flake8] 1[flake8]
2max-line-length = 160 2max-line-length = 160
3exclude = .git \ No newline at end of file 3exclude = .git
4filename = *.py* \ No newline at end of file