Skip to content

Commit

Permalink
chore: pre-commit.ci autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](pre-commit/mirrors-mypy@v0.920...v0.930)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.2 → v0.8.0.3](shellcheck-py/shellcheck-py@v0.8.0.2...v0.8.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 27, 2021
1 parent 88151dc commit cad6cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
- --min-python-version
- 3.7.3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.920
rev: v0.930
hooks:
- id: mypy
args: []
Expand All @@ -101,6 +101,6 @@ repos:
hooks:
- id: beautysh
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.2
rev: v0.8.0.3
hooks:
- id: shellcheck

0 comments on commit cad6cb6

Please sign in to comment.