Skip to content

Commit 57f74c9

Browse files
ci(pre-commit): pre-commit autoupdate (#369)
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.1.0](asottile/setup-cfg-fmt@v2.8.0...v3.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.3...v0.14.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2d32abf commit 57f74c9

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
@@ -26,23 +26,23 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 6.1.0
29+
rev: 7.0.0
3030
hooks:
3131
- id: isort
3232

3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.20.0
34+
rev: v3.21.0
3535
hooks:
3636
- id: pyupgrade
3737
args: ["--py39-plus"]
3838

3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.8.0
40+
rev: v3.1.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.13.3
45+
rev: v0.14.2
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)