Politely ask Pyright to shut up
See `add_tags()` L10-17 in `id3pp.py`. `mutagen.id3.Txxx` are not private, but Pyright has its own vision.
This commit is contained in:
parent
5a0d879b5b
commit
d62b2699c5
1 changed files with 2 additions and 0 deletions
2
pyproject.toml
Normal file
2
pyproject.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[tool.pyright]
|
||||
reportPrivateUsage = false
|
Loading…
Reference in a new issue