Skip to content

Commit

Permalink
Merge pull request #40 from python-humanize/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jul 5, 2022
2 parents 45e5dc7 + c934f70 commit 5dc4b82
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 5dc4b82

Please sign in to comment.