Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2022
1 parent 523d542 commit 5da9d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 5da9d4c

Please sign in to comment.