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 62ff294 commit 276bc50Copy full SHA for 276bc50
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ ci:
16
repos:
17
# https://github.com/pre-commit/mirrors-prettier is not maintained
18
- repo: https://github.com/rbubley/mirrors-prettier
19
- rev: v3.5.3
+ rev: v3.6.2
20
hooks:
21
- id: prettier
22
23
# autoformat and lint Python code
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.11.8
+ rev: v0.12.7
26
27
- id: ruff
28
args: ["--select=I", "--fix", "--show-fixes"]
@@ -31,6 +31,6 @@ repos:
31
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
32
# Additional config is in .github/zizmor.yml
33
- repo: https://github.com/woodruffw/zizmor-pre-commit
34
- rev: v1.6.0
+ rev: v1.11.0
35
36
- id: zizmor
0 commit comments