Skip to content

Commit 7c855ea

Browse files
lint
1 parent 1500037 commit 7c855ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ Issues = "https://github.com/joshuadavidthomas/django-bird/issues"
7474
Source = "https://github.com/joshuadavidthomas/django-bird"
7575

7676
[tool.basedpyright]
77-
include = ["src"]
7877
exclude = [
79-
"**/__pycache__",
78+
"**/__pycache__"
8079
]
80+
include = ["src"]
8181

8282
[[tool.basedpyright.executionEnvironments]]
8383
root = "src"

0 commit comments

Comments
 (0)