Skip to content

Commit 3dd0cf8

Browse files
committed
Migrate to ruff
1 parent 3d680de commit 3dd0cf8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
- name: Install library
4545
run: poetry install --no-interaction
4646

47+
- name: Lint with ruff
48+
run: |
49+
pip install ruff
50+
ruff check .
51+
4752
- name: Run tests
4853
run: |
4954
source .venv/bin/activate

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ httpx = ">=0.28,<1"
2727
yarl = "^1.8.0"
2828

2929
[tool.poetry.dev-dependencies]
30-
black = "^25.12.0"
3130
pytest = "^9"
3231
pytest-httpx = ">0.15,<1"
3332
pytest-asyncio = "^0.15.1"

0 commit comments

Comments
 (0)