Skip to content

Commit 1d24c5d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.7](astral-sh/ruff-pre-commit@v0.14.8...v0.15.7) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 81cc678 commit 1d24c5d

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
@@ -10,7 +10,7 @@ repos:
1010
files: \.rej$
1111
repo: local
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: 'v0.14.8'
13+
rev: 'v0.15.7'
1414
hooks:
1515
- id: ruff-check
1616
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- --ignore-words-list
2727
- ba,datas,fo,uptodate
2828
repo: https://github.com/codespell-project/codespell
29-
rev: v2.4.1
29+
rev: v2.4.2
3030
- repo: local
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)