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.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v3.0.0-alpha.4)
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 21, 2022
1 parent f3a28e9 commit c77eb82
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 @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace
exclude: ^.bumpversion.cfg
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.982"
rev: "v0.991"
hooks:
- id: mypy
name: Lint nest with mypy
Expand All @@ -31,7 +31,7 @@ repos:
args: ["-m3", "-w 100", "--tc"]
# exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.3"
rev: "v3.0.0-alpha.4"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/flake8
Expand All @@ -41,7 +41,7 @@ repos:
exclude: ^tests/
args: ["--max-line-length=120", "--ignore=W503"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pyupgrade
args: ["--py39-plus"]

0 comments on commit c77eb82

Please sign in to comment.