Browse Source

tox.ini: ignore bak files

Signed-off-by: ng0 <ng0@n0.is>
ng0 5 years ago
parent
commit
c0a2b3879d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/tox.ini

+ 1 - 1
contrib/tox.ini

@@ -1,4 +1,4 @@
 [flake8]
 max-line-length = 160
-exclude = .git
+exclude = .git *.bak
 filename = *.py*