Skip to content

Commit 605d078

Browse files
committed
updated pyproject
1 parent a624221 commit 605d078

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ rich = ">=13.8.1"
9292
lxml = ">=5.3.0"
9393
crosshair-tool = ">=0.0.78"
9494
coverage = ">=7.6.4"
95+
line_profiler=">=4.2.0" #this is the minimum version which supports python 3.13
9596
[tool.poetry.group.dev]
9697
optional = true
9798

@@ -152,7 +153,7 @@ warn_required_dynamic_aliases = true
152153
line-length = 120
153154
fix = true
154155
show-fixes = true
155-
exclude = ["code_to_optimize/", "pie_test_set/"]
156+
exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
156157

157158
[tool.ruff.lint]
158159
select = ["ALL"]

0 commit comments

Comments
 (0)