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 ebcd836 commit c11f82aCopy full SHA for c11f82a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.14.0"
+ rev: "v0.14.1"
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.14.2
+ rev: v1.15.2
16
17
- id: zizmor
18
- repo: https://github.com/adamchainz/blacken-docs
@@ -66,7 +66,7 @@ repos:
66
# Manual because passing pyright is a work in progress.
67
stages: [manual]
68
- repo: https://github.com/tox-dev/pyproject-fmt
69
- rev: "v2.10.0"
+ rev: "v2.11.0"
70
71
- id: pyproject-fmt
72
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments