mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
don't lint tests
This commit is contained in:
parent
7fe9c5711e
commit
d706d8f1e1
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ ignore = [
|
||||||
|
|
||||||
fixable = ["ALL"]
|
fixable = ["ALL"]
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
exclude = ["tests"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
plugins = [
|
plugins = [
|
||||||
"pydantic.mypy"
|
"pydantic.mypy"
|
||||||
|
|
Loading…
Reference in a new issue