Skip to content

Commit

Permalink
pre-commit: Update hooks
Browse files Browse the repository at this point in the history
Change-Id: I534a9eb170ba28ef55c12b7ef586c80970b96b3f
Signed-off-by: KenHV <[email protected]>
  • Loading branch information
KenHV committed Apr 29, 2022
1 parent f72d895 commit 2106c1b
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -9,7 +9,7 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py310-plus]
Expand Down

0 comments on commit 2106c1b

Please sign in to comment.