Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#271)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.6.0 → v3.10.1](asottile/pyupgrade@v3.6.0...v3.10.1)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 31, 2023
1 parent 826f77d commit 6ecfbc4
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 @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.6.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: [ "--py37-plus" ]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -37,7 +37,7 @@ repos:
- id: pyproject-flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 6ecfbc4

Please sign in to comment.