1
0

Initial commit

p#	new file:   runwikiq.sh
This commit is contained in:
2018-06-02 15:32:19 -07:00
commit 72633c193b
202 changed files with 21929 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = flake8
[flake8]
exclude = .venv,.tox,dist,doc,build,*.egg
max-line-length = 120
[testenv:flake8]
commands = flake8
deps = flake8