Skip to content

Commit c934f70

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 45e5dc7 commit c934f70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.32.0
3+
rev: v2.34.0
44
hooks:
55
- id: pyupgrade
66
args: [--py37-plus]
77

88
- repo: https://github.com/psf/black
9-
rev: 22.3.0
9+
rev: 22.6.0
1010
hooks:
1111
- id: black
1212
args: [--target-version=py37]
@@ -42,7 +42,7 @@ repos:
4242
- id: python-check-blanket-noqa
4343

4444
- repo: https://github.com/pre-commit/pre-commit-hooks
45-
rev: v4.2.0
45+
rev: v4.3.0
4646
hooks:
4747
- id: check-json
4848
- id: check-merge-conflict
@@ -58,7 +58,7 @@ repos:
5858
files: "src/"
5959

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

7373
- repo: https://github.com/tox-dev/pyproject-fmt
74-
rev: 0.3.3
74+
rev: 0.3.4
7575
hooks:
7676
- id: pyproject-fmt
7777

0 commit comments

Comments
 (0)