Bring in mypy and fix some typing bits
This commit is contained in:
12
aoc2020/Pipfile
Normal file
12
aoc2020/Pipfile
Normal file
@@ -0,0 +1,12 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
|
||||
[dev-packages]
|
||||
mypy = ""
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
Reference in New Issue
Block a user