Skip to content

Commit 4a76de7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.4...v0.15.12)
1 parent 0cc01a4 commit 4a76de7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 8.0.1
3+
rev: 9.0.0a3
44
hooks:
55
- id: isort
66
- repo: https://github.com/codespell-project/codespell
7-
rev: v2.4.1
7+
rev: v2.4.2
88
hooks:
99
- id: codespell
1010
args:
1111
- --write-changes
1212
additional_dependencies:
1313
- tomli
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.4
15+
rev: v0.15.12
1616
hooks:
1717
- id: ruff-check
1818
args: [--fix]

0 commit comments

Comments
 (0)