Purposefully wrong type
This commit is contained in:
parent
73b9b7ab5f
commit
8e60a643df
@ -35,5 +35,6 @@ exclude = []
|
|||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
#https://github.com/microsoft/pyright/blob/main/docs/configuration.md
|
#https://github.com/microsoft/pyright/blob/main/docs/configuration.md
|
||||||
|
include = ["woodpeckerpy/main.py"]
|
||||||
typeCheckingMode = "strict"
|
typeCheckingMode = "strict"
|
||||||
reportUnusedImport = "warning"
|
reportUnusedImport = "warning"
|
||||||
|
@ -8,3 +8,7 @@ class main:
|
|||||||
integer = 7
|
integer = 7
|
||||||
print(string)
|
print(string)
|
||||||
print(integer)
|
print(integer)
|
||||||
|
|
||||||
|
def wronttype(self) -> None:
|
||||||
|
string = "test"
|
||||||
|
return string
|
||||||
|
Loading…
Reference in New Issue
Block a user