Skip to content

Commit 962a344

Browse files
[pre-commit.ci] pre-commit autoupdate (#13923)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/woodruffw/zizmor-pre-commit: v1.16.2 → v1.16.3](zizmorcore/zizmor-pre-commit@v1.16.2...v1.16.3) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) * Enable autofix for zizmor pre-commit hook --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <bruno@pytest.org>
1 parent 3fe80c7 commit 962a344

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ updates:
99
allow:
1010
- dependency-type: direct
1111
- dependency-type: indirect
12+
cooldown:
13+
default-days: 7
1214
- package-ecosystem: github-actions
1315
directory: /
1416
schedule:
1517
interval: weekly
1618
time: "03:00"
1719
open-pull-requests-limit: 10
20+
cooldown:
21+
default-days: 7

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.14.3"
3+
rev: "v0.14.4"
44
hooks:
55
- id: ruff-check
66
args: ["--fix"]
@@ -12,9 +12,10 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- repo: https://github.com/woodruffw/zizmor-pre-commit
15-
rev: v1.16.2
15+
rev: v1.16.3
1616
hooks:
1717
- id: zizmor
18+
args: ["--fix"]
1819
- repo: https://github.com/adamchainz/blacken-docs
1920
rev: 1.20.0
2021
hooks:
@@ -66,13 +67,13 @@ repos:
6667
# Manual because passing pyright is a work in progress.
6768
stages: [manual]
6869
- repo: https://github.com/tox-dev/pyproject-fmt
69-
rev: "v2.11.0"
70+
rev: "v2.11.1"
7071
hooks:
7172
- id: pyproject-fmt
7273
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
7374
additional_dependencies: ["tox>=4.9"]
7475
- repo: https://github.com/asottile/pyupgrade
75-
rev: v3.21.0
76+
rev: v3.21.1
7677
hooks:
7778
- id: pyupgrade
7879
args:

0 commit comments

Comments
 (0)