Adding requirements, deleting travis, updating pylint

This commit is contained in:
Devin Matte 2020-12-21 15:24:29 -05:00
parent 8b9567d21a
commit 7a312f1f79
5 changed files with 34 additions and 39 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[tool.black]
# default is 88
line-length = 100
skip-string-normalization = true
# default is per-file auto-detection
target-version = ['py38']
include = '\.py$'