Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit f90fbaf

Browse files
committed
install ruff to dev deps
1 parent bc045f0 commit f90fbaf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lint:
5353

5454
lint.install:
5555
echo "Installing..."
56-
uv add ruff
56+
uv add --dev ruff
5757

5858
lint.run:
5959
ruff check

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ dependencies = [
5555
"starlette==0.40.0",
5656
"stripe>=11.4.1",
5757
"whitenoise",
58-
"ruff>=0.9.6",
5958
]
6059

6160
[build-system]
@@ -79,6 +78,7 @@ dev-dependencies = [
7978
"pytest-split",
8079
"urllib3==1.26.19",
8180
"vcrpy==4.1.*",
81+
"ruff>=0.9.6",
8282
]
8383

8484
[tool.uv.sources]

uv.lock

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

0 commit comments

Comments
 (0)