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/pre-commit/pre-commit-hooks: v4.0.1 → v4.2.0](pre-commit/pre-commit-hooks@v4.0.1...v4.2.0)
- [github.com/psf/black: 21.11b0 → 22.3.0](psf/black@21.11b0...22.3.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v2.32.1](asottile/pyupgrade@v2.29.1...v2.32.1)
  • Loading branch information
pre-commit-ci[bot] committed May 9, 2022
1 parent f3749b7 commit e160b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.11b0
rev: 22.3.0
hooks:
- id: black

Expand All @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.32.1
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit e160b90

Please sign in to comment.