Skip to content

Commit 895cdb7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.3.7...v0.6.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent f867840 commit 895cdb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.16.0
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.3.7
10+
rev: v0.6.1
1111
hooks:
1212
- id: ruff
1313
types_or: [python, pyi, jupyter]
@@ -37,7 +37,7 @@ repos:
3737
language: fail
3838
files: '.*\.rej$'
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.6
40+
rev: v2.3.0
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:

0 commit comments

Comments
 (0)