Adds mypy and circuitpython-typing to Pipefile

Updates Pipfile.lock
Updates pyproject.toml with some initial pyright configuration
This commit is contained in:
sofubi
2021-08-12 12:13:29 -04:00
parent d43c712301
commit 41a8048775
3 changed files with 163 additions and 114 deletions

View File

@@ -20,3 +20,5 @@ s3cmd = "*"
black = "==21.6b0"
flake8-quotes = "*"
flake8-black = "*"
circuitpython-stubs = "==7.0.0a6.dev195"
mypy = "*"