Verified Commit b350a1b0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix Mypy misconfiguration

parent 4dea58fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ flake8-docstrings = ["-*"]


[tool.mypy]
python_version = 3.10
python_version = "3.10"
strict = true
warn_unused_configs = true
warn_unreachable = true