We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1500037 commit 7c855eaCopy full SHA for 7c855ea
pyproject.toml
@@ -74,10 +74,10 @@ Issues = "https://github.com/joshuadavidthomas/django-bird/issues"
74
Source = "https://github.com/joshuadavidthomas/django-bird"
75
76
[tool.basedpyright]
77
-include = ["src"]
78
exclude = [
79
- "**/__pycache__",
+ "**/__pycache__"
80
]
+include = ["src"]
81
82
[[tool.basedpyright.executionEnvironments]]
83
root = "src"
0 commit comments