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/pre-commit/mirrors-mypy: v0.931 → v0.941](pre-commit/mirrors-mypy@v0.931...v0.941)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 21, 2022
1 parent c662370 commit 1aea2da
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 @@ -41,7 +41,7 @@ repos:
- id: codespell # See setup.cfg for args

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.931'
rev: 'v0.941'
hooks:
- id: mypy
args:
Expand All @@ -51,7 +51,7 @@ repos:
- types-all

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

0 comments on commit 1aea2da

Please sign in to comment.