type hints and lint
This commit is contained in:
parent
eec3fc28a7
commit
c6c9159b13
30 changed files with 198 additions and 136 deletions
|
|
@ -104,6 +104,9 @@ lint.ignore = [
|
|||
"TRY002", # Exception()
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"meanas/test/**/*.py" = ["ANN", "ARG", "TC006"]
|
||||
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue