Skip to content

Commit d134643

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.3.4...v0.9.4)
1 parent a6e74ff commit d134643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-merge-conflict
1616
- id: check-symlinks
@@ -20,18 +20,18 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.13.2
23+
rev: 6.0.0
2424
hooks:
2525
- id: isort
2626
name: Sort import statements using isort
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: "v0.3.4"
34+
rev: "v0.9.4"
3535
hooks:
3636
- id: ruff
3737
args:

0 commit comments

Comments
 (0)