Skip to content

Commit 5dc4b82

Browse files
authored
Merge pull request #40 from python-humanize/pre-commit-ci-update-config
2 parents 45e5dc7 + c934f70 commit 5dc4b82

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)