Skip to content

Commit 7ed5e27

Browse files
[pre-commit.ci] pre-commit autoupdate (#13482)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 1b921f4 commit 7ed5e27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ updates:
1010
- "*"
1111
labels:
1212
- no-changelog-entry-needed
13+
cooldown:
14+
default-days: 7

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Ruff mne
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.14.3
4+
rev: v0.14.4
55
hooks:
66
- id: ruff-check
77
name: ruff lint mne
@@ -82,9 +82,10 @@ repos:
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit
85-
rev: v1.16.2
85+
rev: v1.16.3
8686
hooks:
8787
- id: zizmor
88+
args: [--fix]
8889

8990
# these should *not* be run on CIs:
9091
ci:

0 commit comments

Comments
 (0)