[pre-commit.ci] pre-commit autoupdate (#8388)
updates: - [github.com/PyCQA/isort: 5.9.1 → 5.9.2](https://github.com/PyCQA/isort/compare/5.9.1...5.9.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5a120ed9d
commit
1d3b7f27bb
|
@ -15,6 +15,12 @@
|
|||
default_language_version:
|
||||
python: python3.8
|
||||
|
||||
ci:
|
||||
autofix_prs: true
|
||||
autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'
|
||||
autoupdate_schedule: quarterly
|
||||
# submodules: true
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
|
@ -40,7 +46,7 @@ repos:
|
|||
- id: detect-private-key
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.1
|
||||
rev: 5.9.2
|
||||
hooks:
|
||||
- id: isort
|
||||
name: Format imports
|
||||
|
|
Loading…
Reference in New Issue