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 bfe0c83 commit 410a052Copy full SHA for 410a052
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.9.7"
+ rev: "v0.9.9"
4
hooks:
5
- id: ruff
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.3.1
+ rev: v1.4.1
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/tox-dev/pyproject-fmt
51
- rev: "v2.5.0"
+ rev: "v2.5.1"
52
53
- id: pyproject-fmt
54
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments