Skip to content

Commit 89547d2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.13...v0.15.7)
1 parent 1816797 commit 89547d2

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
@@ -14,13 +14,13 @@ repos:
1414
- id: detect-private-key
1515
- id: check-yaml
1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.4.1
17+
rev: v2.4.2
1818
hooks:
1919
- id: codespell
2020
files: ^.*\.(py|md|rst)$
2121
args: ["--ignore-words=.codespell-ignore.txt"]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.14.13
23+
rev: v0.15.7
2424
hooks:
2525
- id: ruff
2626
args: [ "--fix", "--exit-non-zero-on-fix" ]

0 commit comments

Comments
 (0)