Skip to content

Commit 584ee11

Browse files
⬆️ pre-commit-ci自动升级
updates: - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0)
1 parent 9228835 commit 584ee11

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

15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.12.0
1717
hooks:
1818
- id: black
1919

@@ -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

0 commit comments

Comments
 (0)