Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#315)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v0.941 → v0.942](pre-commit/mirrors-mypy@v0.941...v0.942)
test: improve coverage for show with group options

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 30, 2022
1 parent 06f1f32 commit 65ddc9e
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 @@ -64,7 +64,7 @@ repos:
)
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand All @@ -75,7 +75,7 @@ repos:
additional_dependencies: *flake8_deps

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.941
rev: v0.942
hooks:
- id: mypy
pass_filenames: false

0 comments on commit 65ddc9e

Please sign in to comment.