[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.10.1 → 5.11.0](https://github.com/PyCQA/isort/compare/5.10.1...5.11.0)
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
This commit is contained in:
pre-commit-ci[bot] 2022-12-12 20:56:00 +00:00 committed by GitHub
parent cf56810fcc
commit aba84201b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ repos:
# Sort package imports alphabetically
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
@ -51,7 +51,7 @@ repos:
# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
# Format Python files
- id: black