File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,26 @@ Documentation = "https://django-bird.readthedocs.io/"
7373Issues = " https://github.com/joshuadavidthomas/django-bird/issues"
7474Source = " 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 ]
7797commit = true
7898commit_message = " :bookmark: bump version {old_version} -> {new_version}"
You can’t perform that action at this time.
0 commit comments