Skip to content

Commit 1500037

Browse files
adjust basedpyright config
1 parent 76f152c commit 1500037

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,26 @@ Documentation = "https://django-bird.readthedocs.io/"
7373
Issues = "https://github.com/joshuadavidthomas/django-bird/issues"
7474
Source = "https://github.com/joshuadavidthomas/django-bird"
7575

76+
[tool.basedpyright]
77+
include = ["src"]
78+
exclude = [
79+
"**/__pycache__",
80+
]
81+
82+
[[tool.basedpyright.executionEnvironments]]
83+
root = "src"
84+
85+
[[tool.basedpyright.executionEnvironments]]
86+
reportArgumentType = false
87+
reportMissingParameterType = false
88+
reportPrivateUsage = false
89+
reportUnknownArgumentType = false
90+
reportUnknownMemberType = false
91+
reportUnknownParameterType = false
92+
reportUnknownVariableType = false
93+
reportUnusedCallResult = false
94+
root = "tests"
95+
7696
[tool.bumpver]
7797
commit = true
7898
commit_message = ":bookmark: bump version {old_version} -> {new_version}"

0 commit comments

Comments
 (0)