File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies = [
1111 " requests" ,
1212 " questionary" ,
1313]
14+ requires-python = " >=3.10"
1415
1516[project .scripts ]
1617bt = " bapctools.cli:main"
@@ -20,12 +21,7 @@ requires = ["hatchling"]
2021build-backend = " hatchling.build"
2122
2223[tool .ruff ]
23- # Line length 100
2424line-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"
3531order-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" ]
You can’t perform that action at this time.
0 commit comments