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.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
- [github.com/pre-commit/mirrors-prettier: v2.6.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.6.1...v3.0.0-alpha.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Aug 22, 2022
1 parent c0c9cf1 commit f22dfe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.961"
rev: "v0.971"
hooks:
- id: mypy
name: Lint core with mypy
Expand All @@ -36,11 +36,11 @@ repos:
args: ["-m3", "-w 100", "--tc"]
# exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.6.1"
rev: "v3.0.0-alpha.0"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "5.0.4"
hooks:
- id: flake8
exclude: ^tests/
Expand Down

0 comments on commit f22dfe9

Please sign in to comment.