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