[lint] Add lint and tests.
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,3 +1,13 @@
|
||||
# Editor files
|
||||
*~
|
||||
*.pyc
|
||||
**/__pycache__
|
||||
|
||||
# Documentation build
|
||||
.tox
|
||||
doc/_build
|
||||
|
||||
# Python files
|
||||
__pycache__
|
||||
.ipynb_checkpoints
|
||||
.mypy_cache
|
||||
**/*.egg-info
|
||||
**/.eggs
|
||||
|
Reference in New Issue
Block a user