Skip to content

Commit e97e65d

Browse files
tschmrenovate[bot]
andauthored
Remove ruff traces from pyproject.toml (#292)
* chore(deps): update tschm/cradle action to v0.3.06 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.5 * fix(deps): update dependency marimo to v0.14.13 * chore(deps): lock file maintenance * Update sync.yml * chore: sync config files from .config-templates * testing without px.line * fmt * chore(deps): update tschm/.config-templates action to v0.1.7 * chore(deps): update tschm/cradle action to v0.3.06 * chore(deps): lock file maintenance (#52) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * remove ruff from pyproject --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: tschm <[email protected]>
1 parent 0358695 commit e97e65d

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

pyproject.toml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies = [
1010
"scipy>=1.14.1",
1111
"clarabel>=0.9.0",
1212
"plotly>=6.0.1",
13-
"pandas>=2.2.3"
13+
"pandas>=2.2.3",
14+
"kaleido==1.0.0"
1415
]
1516

1617
# add Philipp
@@ -22,10 +23,6 @@ repository = "https://github.com/cvxgrp/cvxcla"
2223

2324

2425
[project.optional-dependencies]
25-
plot = [
26-
"kaleido==1.0.0"
27-
]
28-
2926
dev = [
3027
"pytest-cov==6.2.1",
3128
"pytest==8.4.1",
@@ -37,16 +34,6 @@ dev = [
3734
"python-dotenv==1.1.1"
3835
]
3936

40-
[tool.ruff]
41-
line-length = 120
42-
target-version = "py310"
43-
exclude = [
44-
"*__init__.py"
45-
]
46-
47-
[tool.ruff.lint]
48-
select = ["E", "F", "I", "D"]
49-
5037
[build-system]
5138
requires = ["hatchling"]
5239
build-backend = "hatchling.build"

uv.lock

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)