Skip to content

Commit

Permalink
Update pre-commit versions (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 13, 2022
1 parent 2c8d2ad commit c59405a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,11 +9,11 @@ repos:
- id: debug-statements
- id: check-ast
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v2.37.3
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit c59405a

Please sign in to comment.