We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7990003 commit 88bfaa1Copy full SHA for 88bfaa1
.github/workflows/python-code-quality.yml
@@ -36,7 +36,7 @@ jobs:
36
# renovate: datasource=pypi depName=bandit
37
BANDIT_VERSION: "1.8.6"
38
# renovate: datasource=pypi depName=ruff
39
- RUFF_VERSION: "0.13.2"
+ RUFF_VERSION: "0.13.3"
40
41
runs-on: ${{ matrix.os }}
42
permissions:
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
)
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
45
- rev: v0.13.2
+ rev: v0.13.3
46
hooks:
47
# Run the linter.
48
- id: ruff-check
0 commit comments