Skip to content

Commit 6cb2bb9

Browse files
committed
Migrate to ruff
1 parent cc1b2e8 commit 6cb2bb9

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
@@ -27,7 +27,6 @@ python = "^3.12"
2727
httpx = ">=0.28,<1"
2828

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

0 commit comments

Comments
 (0)