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.1](asottile/pyupgrade@v2.31.0...v2.32.1)
  • Loading branch information
pre-commit-ci[bot] authored May 9, 2022
1 parent 2b0e6a1 commit 79f92fb
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 # This is the last version that works with python3.6
rev: v2.32.1 # This is the last version that works with python3.6
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 79f92fb

Please sign in to comment.