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 02504f4 commit 596b71bCopy full SHA for 596b71b
pyproject.toml
@@ -66,6 +66,13 @@ Documentation = "https://django-simple-nav.westervelt.dev/"
66
Issues = "https://github.com/westerveltco/django-simple-nav/issues"
67
Source = "https://github.com/westerveltco/django-simple-nav"
68
69
+[tool.basedpyright]
70
+exclude = [
71
+ "**/node_modules",
72
+ "**/__pycache__"
73
+]
74
+include = ["src"]
75
+
76
[tool.bumpver]
77
commit = true
78
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
0 commit comments