Skip to content

Commit 1ce0453

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.11.8...v0.15.9) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 6ccdc38 commit 1ce0453

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.11.8
7+
rev: v0.15.9
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -14,18 +14,18 @@ repos:
1414
- id: ruff-format
1515
types_or: [ python, pyi, jupyter ]
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.1
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py311-plus]
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0 # Use the ref you want to point at
22+
rev: v6.0.0 # Use the ref you want to point at
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: check-toml
2626
- id: check-yaml
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
args: [

0 commit comments

Comments
 (0)