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/asottile/pyupgrade: v2.32.0 → v2.34.0](asottile/pyupgrade@v2.32.0...v2.34.0)
- [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v0.961](pre-commit/mirrors-mypy@v0.942...v0.961)
- [github.com/tox-dev/pyproject-fmt: 0.3.3 → 0.3.4](tox-dev/pyproject-fmt@0.3.3...0.3.4)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2022
1 parent 45e5dc7 commit c934f70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: [--target-version=py37]
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -58,7 +58,7 @@ repos:
files: "src/"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.961
hooks:
- id: mypy
additional_dependencies: [pytest, types-freezegun, types-setuptools]
Expand All @@ -71,7 +71,7 @@ repos:
args: [--max-py-version=3.11]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 0.3.3
rev: 0.3.4
hooks:
- id: pyproject-fmt

Expand Down

0 comments on commit c934f70

Please sign in to comment.