Skip to content

Commit 2b1956d

Browse files
committed
Add ruff as a development dependency in pyproject.toml and uv.lock; create conftest.py for test configuration
1 parent 9a19f4a commit 2b1956d

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ omproxy = "omproxy.cli:main"
1919
dev = [
2020
"pytest>=8.3.4",
2121
"pytest-asyncio>=0.24.0",
22+
"ruff>=0.8.2",
2223
]
2324

2425

@@ -31,4 +32,4 @@ asyncio_default_fixture_loop_scope = "function"
3132

3233
[build-system]
3334
requires = ["hatchling"]
34-
build-backend = "hatchling.build"
35+
build-backend = "hatchling.build"

tests/conftest.py

Whitespace-only changes.

uv.lock

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

0 commit comments

Comments
 (0)