Skip to content

Commit 15ca7cf

Browse files
[pre-commit.ci] pre-commit autoupdate (#2151)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.3...v0.5.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0fbc502 commit 15ca7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.4.3
7+
rev: v0.5.0
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,7 +14,7 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.15.2
17+
rev: v3.16.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py310-plus]
@@ -25,7 +25,7 @@ repos:
2525
- id: check-toml
2626
- id: check-yaml
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.2.6
28+
rev: v2.3.0
2929
hooks:
3030
- id: codespell
3131
args: [

0 commit comments

Comments
 (0)