Skip to content

Commit 13c5972

Browse files
CI(deps): Update ruff to v0.11.9 (#5634)
1 parent 5e998d3 commit 13c5972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# renovate: datasource=pypi depName=bandit
3737
BANDIT_VERSION: "1.8.3"
3838
# renovate: datasource=pypi depName=ruff
39-
RUFF_VERSION: "0.11.8"
39+
RUFF_VERSION: "0.11.9"
4040

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

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
)
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
4040
# Ruff version.
41-
rev: v0.11.8
41+
rev: v0.11.9
4242
hooks:
4343
# Run the linter.
4444
- id: ruff

0 commit comments

Comments
 (0)