Skip to content

Commit 785abbf

Browse files
committed
Update Ruff to 0.12.8
Signed-off-by: Nicola Sella <[email protected]>
1 parent 3c62422 commit 785abbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: v0.8.1
11+
rev: v0.12.8
1212
hooks:
1313
# Run the linter.
1414
- id: ruff

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ setenv =
1717
commands = {posargs}
1818

1919
[testenv:lint]
20-
deps = ruff==0.8.1
20+
deps = ruff==0.12.8
2121
allowlist_externals = ruff
2222
commands = ruff check --diff
2323

@@ -29,7 +29,7 @@ commands =
2929
coverage report -m --skip-covered --fail-under=80 --omit=podman/tests/* --omit=.tox/*
3030

3131
[testenv:format]
32-
deps = ruff==0.8.1
32+
deps = ruff==0.12.8
3333
allowlist_externals = ruff
3434
commands =
3535
ruff format --diff

0 commit comments

Comments
 (0)