[lint] Add lint and tests.

This commit is contained in:
Mikaël Capelle
2019-11-28 16:53:00 +01:00
parent e42e97064a
commit 800de70a43
8 changed files with 348 additions and 108 deletions

14
.gitignore vendored
View File

@@ -1,3 +1,13 @@
# Editor files
*~
*.pyc
**/__pycache__
# Documentation build
.tox
doc/_build
# Python files
__pycache__
.ipynb_checkpoints
.mypy_cache
**/*.egg-info
**/.eggs