Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#210)
Browse files Browse the repository at this point in the history
updates:
- [github.com/hakancelik96/unimport: 0.9.4 → 0.9.5](0.9.4...0.9.5)
- [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](pre-commit/mirrors-mypy@v0.931...v0.940)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 15, 2022
1 parent 26396f4 commit aad0799
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 @@ -13,7 +13,7 @@ repos:
- id: isort

- repo: https://github.com/hakancelik96/unimport
rev: 0.9.4
rev: 0.9.5
hooks:
- id: unimport
args: [--remove, --include-star-import]
Expand All @@ -25,7 +25,7 @@ repos:
args: [--in-place]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.940
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports, --show-error-codes]
Expand All @@ -44,7 +44,7 @@ repos:
files: "\\.(py|.txt|.yaml|.json|.in|.md|.toml|.cfg|.html|.yml)$"

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit aad0799

Please sign in to comment.