Skip to content

Commit 4293aae

Browse files
committed
chore: fix ruff
1 parent 248cd9e commit 4293aae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
activate-environment: true
49-
49+
- run: uv pip install pip
5050
- name: Test with Pytest
51-
run: uv run --frozen pytest --log-cli-level=DEBUG -vv -s
51+
run: pytest --log-cli-level=DEBUG -vv -s
5252
shell: bash
5353
release:
5454
runs-on: ubuntu-latest

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: codespell
2929
- repo: https://github.com/charliermarsh/ruff-pre-commit
30-
rev: v0.14.0
30+
rev: v0.13.2
3131
hooks:
3232
- id: ruff-format
3333
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
"pytest",
4646
"pre-commit>=3.5,<5.0",
4747
"mypy",
48-
"ruff==0.14.0",
48+
"ruff==0.13.2",
4949
"codespell",
5050
"pyshark>=0.6,<0.7",
5151
"aioresponses>=0.7.7,<0.8",

0 commit comments

Comments
 (0)