Skip to content

Commit

Permalink
Update pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jul 23, 2023
1 parent 6510df4 commit 2105443
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
Expand All @@ -17,7 +17,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py38-plus]

0 comments on commit 2105443

Please sign in to comment.