Skip to content

Commit daf389d

Browse files
[pre-commit.ci] pre-commit autoupdate
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.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0)
1 parent f21b303 commit daf389d

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
@@ -22,18 +22,18 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 6.1.0
25+
rev: 7.0.0
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.20.0
30+
rev: v3.21.0
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--py36-plus"]
3434

3535
- repo: https://github.com/asottile/setup-cfg-fmt
36-
rev: v2.8.0
36+
rev: v3.1.0
3737
hooks:
3838
- id: setup-cfg-fmt
3939
args: [--include-version-classifiers, --min-py3-version=3.8, --max-py-version=3.12]
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.13.3
62+
rev: v0.14.0
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)