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 5124fb9 commit dff2832Copy full SHA for dff2832
.pre-commit-config.yaml
@@ -19,15 +19,12 @@ repos:
19
- id: check-docstring-first
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.8.1
+ rev: v0.8.4
23
hooks:
24
- id: ruff
25
- id: ruff-format
26
27
- repo: https://github.com/woodruffw/zizmor-pre-commit
28
- rev: v0.8.0
+ rev: v0.10.0
29
30
- id: zizmor
31
- # types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2
32
- types: [yaml]
33
- files: \.github/workflows/.*$
0 commit comments