Skip to content

Commit 0688d71

Browse files
[pre-commit.ci] pre-commit autoupdate (#411)
updates: - [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/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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 118bcd4 commit 0688d71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.13.3
12+
rev: v0.14.0
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -26,14 +26,14 @@ repos:
2626
- id: autoflake
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.20.0
29+
rev: v3.21.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py39-plus]
3333
exclude: tests/eval_files/async103.py
3434

3535
- repo: https://github.com/pycqa/isort
36-
rev: 6.1.0
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939

0 commit comments

Comments
 (0)