⬆️ pre-commit-ci自动升级 (#42)

updates:
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 23.10.1 → 23.12.1](https://github.com/psf/black/compare/23.10.1...23.12.1)
- [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2024-01-10 01:57:58 +08:00 committed by GitHub
parent 104dbe6db1
commit befa443bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@ ci:
autoupdate_commit_msg: "⬆️ `pre-commit-ci`自动升级" autoupdate_commit_msg: "⬆️ `pre-commit-ci`自动升级"
repos: repos:
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 23.10.1 rev: 23.12.1
hooks: hooks:
- id: black - id: black
@ -23,7 +23,7 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: v2.3.0 rev: v2.4.0
hooks: hooks:
- id: pycln - id: pycln