Skip to content

[pre-commit.ci] pre-commit autoupdate #7983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Downgrade to mypy v0.991 --> v0.990
  • Loading branch information
cclauss authored Nov 15, 2022
commit 45ee4119923e65131cf72359649baf49795b6bb5
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
*flake8-plugins

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v0.990
hooks:
- id: mypy
args:
Expand Down