Skip to content

Commit 4137a1f

Browse files
committed
Migrate to ruff
1 parent 33c2d12 commit 4137a1f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ jobs:
4949
source .venv/bin/activate
5050
pytest tests/
5151
52-
- name: Black Code Formatter
53-
uses: jpetrucciani/black-check@22.12.0
52+
- name: Lint with ruff
53+
run: |
54+
pip install ruff
55+
ruff check .

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ python = "^3.13"
2222
httpx = ">=0.28,<1"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
black = "^26.3"
2625
pytest = "^9"
2726
pytest-httpx = ">0.35,<1"
2827
pytest-asyncio = "^1.3.0"

0 commit comments

Comments
 (0)