mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-12 01:36:58 +00:00
get rid of some pyright diagnostics
This commit is contained in:
parent
d48020e4f1
commit
6350305f41
@ -156,6 +156,17 @@ implicit_reexport = true
|
|||||||
namespace_packages = true
|
namespace_packages = true
|
||||||
explicit_package_bases = false
|
explicit_package_bases = false
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
reportMissingModuleSource = false
|
||||||
|
reportMissingImports = false
|
||||||
|
reportUnusedVariable = false
|
||||||
|
typeCheckingMode = "off"
|
||||||
|
reportUnusedFunction = false
|
||||||
|
reportUnusedClass = false
|
||||||
|
# it appears that: Pyright: "hey" is not accessed
|
||||||
|
# may relate to: https://github.com/microsoft/pyright/discussions/3929#discussioncomment-5434231
|
||||||
|
# "Those are not warnings" and cannot be turned off in the same way.
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = [
|
select = [
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user