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