Skip to content

Commit d681673

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#413)
<!--pre-commit.ci start--> updates: - [github.com/zizmorcore/zizmor-pre-commit: v1.25.2 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.25.2...v1.26.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/adhtruong/mirrors-typos: v1.46.2 → v1.48.0](adhtruong/mirrors-typos@v1.46.2...v1.48.0) <!--pre-commit.ci end--> ## Summary by Sourcery Build: - Update pre-commit hook versions for zizmor, ruff, and typos to their latest released revisions.
2 parents 0a1723c + cd6657c commit d681673

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
exclude: "(.*/)?CITATION.rst$|.*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|aiapy/extern)$"
22
repos:
33
- repo: https://github.com/zizmorcore/zizmor-pre-commit
4-
rev: v1.25.2
4+
rev: v1.26.1
55
hooks:
66
- id: zizmor
77
# This should be before any formatting hooks like isort
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: "v0.15.15"
9+
rev: "v0.15.20"
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--unsafe-fixes"]
@@ -48,7 +48,7 @@ repos:
4848
- id: mixed-line-ending
4949
# See https://github.com/python-trio/trio/pull/3255
5050
- repo: https://github.com/adhtruong/mirrors-typos
51-
rev: v1.46.2
51+
rev: v1.48.0
5252
hooks:
5353
- id: typos
5454
exclude: *exclude_dirs

0 commit comments

Comments
 (0)