Skip to content

Commit e7c9605

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.9.1](astral-sh/ruff-pre-commit@v0.4.1...v0.9.1) - [github.com/psf/black: 24.4.1 → 24.10.0](psf/black@24.4.1...24.10.0)
1 parent 84975ae commit e7c9605

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -32,7 +32,7 @@ repos:
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: "v0.4.1"
35+
rev: "v0.9.1"
3636
hooks:
3737
- id: ruff
3838

@@ -43,7 +43,7 @@ repos:
4343
name: isort (python)
4444

4545
- repo: https://github.com/psf/black
46-
rev: 24.4.1
46+
rev: 24.10.0
4747
hooks:
4848
- id: black
4949
exclude: tests/

0 commit comments

Comments
 (0)