[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/isort: 5.11.1 → 5.12.0](https://github.com/PyCQA/isort/compare/5.11.1...5.12.0)
This commit is contained in:
pre-commit-ci[bot] 2023-01-30 19:46:55 +00:00 committed by Jelmer Draaijer
parent 76f681d064
commit e55b5e99b1

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.11.1
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black', '--check-only', '--diff']