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 a03b706 commit 29bdbf0Copy full SHA for 29bdbf0
.pre-commit-config.yaml
@@ -22,14 +22,14 @@ repos:
22
23
# autoformat and lint Python code
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.11.4
+ rev: v0.11.8
26
hooks:
27
- id: ruff
28
args: ["--select=I", "--fix", "--show-fixes"]
29
- id: ruff-format
30
31
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
32
- repo: https://github.com/woodruffw/zizmor-pre-commit
33
- rev: v1.5.2
+ rev: v1.6.0
34
35
- id: zizmor
0 commit comments