Skip to content

Commit

Permalink
Bump mypy and pre-commit-hooks in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Mar 14, 2022
1 parent 71e71e5 commit a7312e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -41,7 +41,7 @@ repos:
- flake8-simplify

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.940
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand All @@ -60,7 +60,7 @@ repos:
exclude: \.github/workflows/diff_shades\.yml

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit a7312e2

Please sign in to comment.