generated from pufereq/python-template
build(pyproject.toml): configure basedpyright to ignore Any
This commit is contained in:
@@ -21,6 +21,10 @@ test = [
|
|||||||
"pytest-mock>=3.14.1",
|
"pytest-mock>=3.14.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.basedpyright]
|
||||||
|
reportAny = false
|
||||||
|
reportExplicitAny = false
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
exclude = ["tests/*"]
|
exclude = ["tests/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user