Skip to content

Commit 2fa066a

Browse files
committed
Update tool configuration in pyproject.toml
1 parent f40ef48 commit 2fa066a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pyproject.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies = [
1111
"requests",
1212
"questionary",
1313
]
14+
requires-python = ">=3.10"
1415

1516
[project.scripts]
1617
bt = "bapctools.cli:main"
@@ -20,12 +21,7 @@ requires = ["hatchling"]
2021
build-backend = "hatchling.build"
2122

2223
[tool.ruff]
23-
# Line length 100
2424
line-length = 100
25-
# Assume Python 3.10
26-
target-version = "py310"
27-
# Source
28-
src = ["bin"]
2925

3026
[tool.ruff.lint.isort]
3127
# organize imports in two blocks, non local and local
@@ -35,8 +31,5 @@ default-section = "standard-library"
3531
order-by-type = false
3632

3733
[tool.pyright]
38-
include = ["bin"]
39-
exclude = ["bin/misc"]
40-
executionEnvironments = [
41-
{ root = "bin" },
42-
]
34+
include = ["bapctools"]
35+
exclude = ["bapctools/resources"]

0 commit comments

Comments
 (0)