Style: Update ruff & mypy to latest versions

This commit is contained in:
Thaddeus Crews 2024-09-20 09:34:11 -05:00
parent 2be730a05b
commit fdc6ffd264
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
3 changed files with 10 additions and 9 deletions

View file

@ -10,6 +10,7 @@ warn_unreachable = true
namespace_packages = true
explicit_package_bases = true
exclude = ["thirdparty/"]
python_version = "3.8"
[tool.ruff]
extend-exclude = ["thirdparty"]