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

updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0)
- [github.com/hadialqattan/pycln: v2.1.5 → v2.2.2](https://github.com/hadialqattan/pycln/compare/v2.1.5...v2.2.2)
- [github.com/python-poetry/poetry: 1.5.0 → 1.6.0](https://github.com/python-poetry/poetry/compare/1.5.0...1.6.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] 2023-09-22 09:45:32 +08:00 committed by GitHub
parent e101d942a2
commit a9b52a0067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,17 +13,17 @@ repos:
- id: isort
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5
rev: v2.2.2
hooks:
- id: pycln
@ -34,7 +34,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.6.0
hooks:
- id: poetry-check
- id: poetry-lock