Skip to content

Commit

Permalink
Bump pre-commit hooks (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jul 28, 2022
1 parent 44d5da0 commit 411ed77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -38,7 +38,7 @@ repos:
- flake8-simplify

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.940
rev: v0.971
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand All @@ -51,13 +51,13 @@ repos:
- platformdirs >= 2.1.0

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.7.1
hooks:
- id: prettier
exclude: \.github/workflows/diff_shades\.yml

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

0 comments on commit 411ed77

Please sign in to comment.