[pre-commit.ci] pre-commit autoupdate (#1849)

This commit is contained in:
pre-commit-ci[bot]
2022-12-20 09:17:02 +04:00
committed by GitHub
parent 523d542bc2
commit 5da9d4c932

View File

@@ -21,7 +21,7 @@ repos:
# Automatically sort python imports
- repo: https://github.com/pycqa/isort
rev: 5.11.1
rev: v5.11.3
hooks:
- id: isort
args: [--profile, black]
@@ -89,7 +89,7 @@ repos:
# Lint: Shell scripts
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.2
hooks:
- id: shellcheck
args: ["-x"]