Skip to content

Commit e5ab9be

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.14...v0.15.5) - [github.com/woodruffw/zizmor-pre-commit: v1.22.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.22.0...v1.23.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 829187e commit e5ab9be

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,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.15.4"
4+
rev: "v0.15.5"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- repo: https://github.com/woodruffw/zizmor-pre-commit
16-
rev: v1.22.0
16+
rev: v1.23.1
1717
hooks:
1818
- id: zizmor
1919
args: ["--fix", "--no-progress"]
@@ -23,7 +23,7 @@ repos:
2323
- id: blacken-docs
2424
additional_dependencies: [black==24.1.1]
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.4.1
26+
rev: v2.4.2
2727
hooks:
2828
- id: codespell
2929
args: ["--toml=pyproject.toml"]

0 commit comments

Comments
 (0)