Skip to content

Commit 88bfaa1

Browse files
CI(deps): Update ruff to v0.13.3
1 parent 7990003 commit 88bfaa1

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.6"
3838
# renovate: datasource=pypi depName=ruff
39-
RUFF_VERSION: "0.13.2"
39+
RUFF_VERSION: "0.13.3"
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
@@ -42,7 +42,7 @@ repos:
4242
)
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
4444
# Ruff version.
45-
rev: v0.13.2
45+
rev: v0.13.3
4646
hooks:
4747
# Run the linter.
4848
- id: ruff-check

0 commit comments

Comments
 (0)