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 c5ae9e0 commit 06d5773Copy full SHA for 06d5773
pyproject.toml
@@ -44,6 +44,9 @@ branch = true
44
relative_files = true
45
source = ["conventional_pre_commit"]
46
47
+[tool.pyright]
48
+include = ["conventional_pre_commit", "tests"]
49
+
50
[tool.pytest.ini_options]
51
testpaths = ["tests"]
52
norecursedirs = [
@@ -53,5 +56,8 @@ norecursedirs = [
53
56
".vscode",
54
57
]
55
58
59
+[tool.setuptools]
60
+packages = ["conventional_pre_commit"]
61
62
[tool.setuptools_scm]
63
# intentionally left blank, but we need the section header to activate the tool
0 commit comments