Skip to content

Commit 596b71b

Browse files
revert basedpyright config
1 parent 02504f4 commit 596b71b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ Documentation = "https://django-simple-nav.westervelt.dev/"
6666
Issues = "https://github.com/westerveltco/django-simple-nav/issues"
6767
Source = "https://github.com/westerveltco/django-simple-nav"
6868

69+
[tool.basedpyright]
70+
exclude = [
71+
"**/node_modules",
72+
"**/__pycache__"
73+
]
74+
include = ["src"]
75+
6976
[tool.bumpver]
7077
commit = true
7178
commit_message = ":bookmark: bump version {old_version} -> {new_version}"

0 commit comments

Comments
 (0)