Verified Commit 9cff9b4d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix version type in Mypy config

parent a39e66e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ flake8-docstrings = ["-D10*"]


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