don't lint tests

This commit is contained in:
sneakers-the-rat 2024-04-22 20:04:24 -07:00
parent 7fe9c5711e
commit d706d8f1e1
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -110,6 +110,9 @@ ignore = [
fixable = ["ALL"]
[tool.black]
exclude = ["tests"]
[tool.mypy]
plugins = [
"pydantic.mypy"