Skip to content

Commit

Permalink
Autoupdate pre-commit hooks (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed May 2, 2022
1 parent 7d2cd59 commit d8bb5de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- "--preview"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -31,18 +31,18 @@ repos:
args: ["-a", "from __future__ import annotations"]

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt

- repo: https://github.com/hadialqattan/pycln
rev: v1.2.5
rev: v1.3.2
hooks:
- id: pycln
args: [--all]
Expand All @@ -63,7 +63,7 @@ repos:
additional_dependencies: *flake8-dependencies

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.950
hooks:
- id: mypy
files: ^nox/
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/mgedmin/check-manifest
rev: "0.47"
rev: "0.48"
hooks:
- id: check-manifest
stages: [manual]

0 comments on commit d8bb5de

Please sign in to comment.