We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a624221 commit 605d078Copy full SHA for 605d078
pyproject.toml
@@ -92,6 +92,7 @@ rich = ">=13.8.1"
92
lxml = ">=5.3.0"
93
crosshair-tool = ">=0.0.78"
94
coverage = ">=7.6.4"
95
+line_profiler=">=4.2.0" #this is the minimum version which supports python 3.13
96
[tool.poetry.group.dev]
97
optional = true
98
@@ -152,7 +153,7 @@ warn_required_dynamic_aliases = true
152
153
line-length = 120
154
fix = true
155
show-fixes = true
-exclude = ["code_to_optimize/", "pie_test_set/"]
156
+exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
157
158
[tool.ruff.lint]
159
select = ["ALL"]
0 commit comments