Skip to content

Commit 06d5773

Browse files
committed
chore(pyproject): pyright, setuptools config
1 parent c5ae9e0 commit 06d5773

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ branch = true
4444
relative_files = true
4545
source = ["conventional_pre_commit"]
4646

47+
[tool.pyright]
48+
include = ["conventional_pre_commit", "tests"]
49+
4750
[tool.pytest.ini_options]
4851
testpaths = ["tests"]
4952
norecursedirs = [
@@ -53,5 +56,8 @@ norecursedirs = [
5356
".vscode",
5457
]
5558

59+
[tool.setuptools]
60+
packages = ["conventional_pre_commit"]
61+
5662
[tool.setuptools_scm]
5763
# intentionally left blank, but we need the section header to activate the tool

0 commit comments

Comments
 (0)