Skip to content

Commit ba33a9c

Browse files
[pre-commit.ci] pre-commit autoupdate (#962)
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.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) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](tox-dev/pyproject-fmt@v2.7.0...v2.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 09b5fe9 commit ba33a9c

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
@@ -3,7 +3,7 @@ exclude: "migrations"
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -22,7 +22,7 @@ repos:
2222
- id: mixed-line-ending
2323

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

@@ -33,13 +33,13 @@ repos:
3333
args: [--target-version, "3.2"]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.13.3
36+
rev: v0.14.0
3737
hooks:
3838
- id: ruff-check
3939
# - id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.7.0
42+
rev: v2.10.0
4343
hooks:
4444
- id: pyproject-fmt
4545

0 commit comments

Comments
 (0)