Skip to content

Commit b02d71e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 2e27173 commit b02d71e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: zizmor
66
# This should be before any formatting hooks like isort
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.15.4"
8+
rev: "v0.15.9"
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]
@@ -45,7 +45,7 @@ repos:
4545
- id: mixed-line-ending
4646
types_or: [python, rst]
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.4.1
48+
rev: v2.4.2
4949
hooks:
5050
- id: codespell
5151
args: [ "--write-changes" ]

0 commit comments

Comments
 (0)