File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,26 @@ authors = [
77]
88readme = " README.md"
99requires-python = " >=3.9,<4.0"
10- dependencies = [
11- " ni-python-styleguide (>=0.4.7,<0.5.0)" ,
12- " mypy (>=1.18.1,<2.0.0)"
13- ]
10+ dynamic = [" dependencies" ]
1411
1512[tool .poetry ]
1613packages = [{include = " test_project" , from = " src" }]
1714
15+ [tool .poetry .group .lint .dependencies ]
16+ ni-python-styleguide = " >=0.4.1"
17+ mypy = " >=1.0"
18+ pyright = { version = " >=1.1.400" , extras = [" nodejs" ] }
19+
1820[tool .mypy ]
1921mypy_path = " ."
2022files = " ."
2123namespace_packages = true
2224strict = true
2325explicit_package_bases = true
2426
27+ [tool .pyright ]
28+ include = [" src/" , " tests/" ]
29+
2530[build-system ]
2631requires = [" poetry-core>=2.0.0,<3.0.0" ]
2732build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments