Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#455)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.38.2 → v3.2.2](asottile/pyupgrade@v2.38.2...v3.2.2)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.990](pre-commit/mirrors-mypy@v0.981...v0.990)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 15, 2022
1 parent 91b5ecc commit 385c4a7
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.2
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -31,7 +31,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black

Expand All @@ -42,7 +42,7 @@ repos:
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.990
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit 385c4a7

Please sign in to comment.