Skip to content

Commit

Permalink
Remove commented out mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Apr 22, 2022
1 parent aff958e commit 2411f2f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@ strict = true

files = ["."]
exclude = "setup.py"
#mypy_path = "stubs"

#[[tool.mypy.overrides]]
#module = [
# "idna",
# "netaddr",
# "prometheus_client",
# "signedjson.*",
# "sortedcontainers",
#]
#ignore_missing_imports = true

0 comments on commit 2411f2f

Please sign in to comment.