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 8c7be91 commit 76e5eefCopy full SHA for 76e5eef
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.14.1"
+ rev: "v0.14.2"
4
hooks:
5
- id: ruff-check
6
args: ["--fix"]
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: check-yaml
14
- repo: https://github.com/woodruffw/zizmor-pre-commit
15
- rev: v1.15.2
+ rev: v1.16.0
16
17
- id: zizmor
18
- repo: https://github.com/adamchainz/blacken-docs
@@ -48,7 +48,7 @@ repos:
48
# on <3.11
49
- exceptiongroup>=1.0.0rc8
50
- repo: https://github.com/RobertCraigie/pyright-python
51
- rev: v1.1.406
+ rev: v1.1.407
52
53
- id: pyright
54
files: ^(src/|scripts/)
0 commit comments