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.942](pre-commit/mirrors-mypy@v0.931...v0.942)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.1](pre-commit/mirrors-prettier@v2.5.1...v2.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 28, 2022
1 parent 63fe0e4 commit 2b4b911
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 @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
exclude: ^.bumpversion.cfg
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.931"
rev: "v0.942"
hooks:
- id: mypy
name: Lint core with mypy
Expand All @@ -34,7 +34,7 @@ repos:
args: ["-m3", "-w 100", "--tc"]
# exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.5.1"
rev: "v2.6.1"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 2b4b911

Please sign in to comment.