mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 08:25:23 +01:00
Merge b8ce611b1e into cdfb813910
This commit is contained in:
commit
52d7d09b3e
1 changed files with 7 additions and 0 deletions
|
|
@ -340,3 +340,10 @@ ignore-variadic-names = true
|
|||
[tool.ruff.lint.pep8-naming]
|
||||
classmethod-decorators = ["cached_classproperty"]
|
||||
extend-ignore-names = ["assert*", "cached_classproperty"]
|
||||
|
||||
[tool.mypy]
|
||||
allow_redefinition = true
|
||||
check_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_any_generics = true
|
||||
disallow_untyped_decorators = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue