[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.1 → 24.1.1](https://github.com/psf/black/compare/23.10.1...24.1.1)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)
This commit is contained in:
pre-commit-ci[bot] 2024-01-29 20:45:30 +00:00 committed by 木子
parent 2ae01b5af5
commit 460e376a02

View File

@ -10,13 +10,13 @@ repos:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.1.1
hooks:
- id: black
args: [--config, "./pyproject.toml"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--settings-path, "./pyproject.toml"]