Skip to content

Commit d5fd153

Browse files
authored
MAINT: Update dependency specifiers (#14089)
1 parent e9bfb39 commit d5fd153

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.15.21
4+
rev: v0.15.22
55
hooks:
66
- id: ruff-check
77
name: ruff lint mne
@@ -24,7 +24,7 @@ repos:
2424
# ty (type checking); deps installed by pre-commit(.ci), see [tool.ty] in
2525
# pyproject.toml for the checked modules and silenced rules
2626
- repo: https://github.com/astral-sh/ty-pre-commit
27-
rev: v0.0.55
27+
rev: v0.0.62
2828
hooks:
2929
- id: ty
3030
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848

4949
# Codespell
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.4.2
51+
rev: v2.4.3
5252
hooks:
5353
- id: codespell
5454
additional_dependencies:
@@ -100,7 +100,7 @@ repos:
100100

101101
# zizmor
102102
- repo: https://github.com/woodruffw/zizmor-pre-commit
103-
rev: v1.26.1
103+
rev: v1.28.0
104104
hooks:
105105
- id: zizmor
106106
args: [--fix]

0 commit comments

Comments
 (0)