Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.11.0 β†’ v5.11.3](PyCQA/isort@5.11.0...v5.11.3)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 β†’ v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2)
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2022
1 parent e9ecc65 commit 98fdf8c
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 @@ -29,7 +29,7 @@ repos:
stages: [manual]

- repo: https://github.com/PyCQA/isort
rev: 5.11.0
rev: v5.11.3
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
Expand Down Expand Up @@ -98,7 +98,7 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.2
hooks:
- id: shellcheck

Expand Down

0 comments on commit 98fdf8c

Please sign in to comment.