Skip to content

Commit d40c91a

Browse files
⬆️ pre-commit-ci自动升级
updates: - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - [github.com/astral-sh/uv-pre-commit: 0.8.23 → 0.9.7](astral-sh/uv-pre-commit@0.8.23...0.9.7)
1 parent ede2f87 commit d40c91a

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
@@ -8,7 +8,7 @@ ci:
88
autoupdate_commit_msg: "⬆️ `pre-commit-ci`自动升级"
99
repos:
1010
- repo: https://github.com/pycqa/isort
11-
rev: 6.1.0
11+
rev: 7.0.0
1212
hooks:
1313
- id: isort
1414

@@ -23,7 +23,7 @@ repos:
2323
- id: flake8
2424

2525
- repo: https://github.com/hadialqattan/pycln
26-
rev: v2.5.0
26+
rev: v2.6.0
2727
hooks:
2828
- id: pycln
2929

@@ -41,7 +41,7 @@ repos:
4141

4242
- repo: https://github.com/astral-sh/uv-pre-commit
4343
# uv version.
44-
rev: 0.8.23
44+
rev: 0.9.7
4545
hooks:
4646
- id: uv-lock
4747
- id: uv-export

0 commit comments

Comments
 (0)