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",
|
||||
]
|
||||
|
||||
[tool.basedpyright]
|
||||
reportAny = false
|
||||
reportExplicitAny = false
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 79
|
||||
exclude = ["tests/*"]
|
||||
|
||||
Reference in New Issue
Block a user