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 1b921f4 commit 7ed5e27Copy full SHA for 7ed5e27
.github/dependabot.yml
@@ -10,3 +10,5 @@ updates:
10
- "*"
11
labels:
12
- no-changelog-entry-needed
13
+ cooldown:
14
+ default-days: 7
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Ruff mne
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.14.3
+ rev: v0.14.4
5
hooks:
6
- id: ruff-check
7
name: ruff lint mne
@@ -82,9 +82,10 @@ repos:
82
83
# zizmor
84
- repo: https://github.com/woodruffw/zizmor-pre-commit
85
- rev: v1.16.2
+ rev: v1.16.3
86
87
- id: zizmor
88
+ args: [--fix]
89
90
# these should *not* be run on CIs:
91
ci:
0 commit comments