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.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.32.0](asottile/pyupgrade@v2.31.0...v2.32.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 18, 2022
1 parent 3d739ec commit 260fea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
python: python3
repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- "prettier"
- "[email protected]"
- repo: "https://github.com/asottile/pyupgrade"
rev: v2.31.0
rev: v2.32.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 260fea1

Please sign in to comment.