Skip to content

Commit 63f6819

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.16.2](astral-sh/ruff-pre-commit@v0.15.16...v0.16.2) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent 28cf850 commit 63f6819

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.15.16'
13+
rev: 'v0.16.2'
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.2
29+
rev: v2.4.3
3030
- repo: local
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)