Skip to content

Commit fda0be1

Browse files
CI(deps): Update ruff to v0.12.0
1 parent 256c61e commit fda0be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# renovate: datasource=pypi depName=bandit
3737
BANDIT_VERSION: "1.8.5"
3838
# renovate: datasource=pypi depName=ruff
39-
RUFF_VERSION: "0.11.13"
39+
RUFF_VERSION: "0.12.0"
4040

4141
runs-on: ${{ matrix.os }}
4242
permissions:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
)
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
4242
# Ruff version.
43-
rev: v0.11.13
43+
rev: v0.12.0
4444
hooks:
4545
# Run the linter.
4646
- id: ruff-check

0 commit comments

Comments
 (0)