Skip to content

Commit

Permalink
pre-commit: Autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit authored Sep 29, 2023
1 parent 5241729 commit 56068f6
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 @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.12.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: ['--py311-plus']
Expand All @@ -29,6 +29,6 @@ repos:
- id: isort

- repo: https://github.com/google/yapf
rev: v0.40.0
rev: v0.40.2
hooks:
- id: yapf

0 comments on commit 56068f6

Please sign in to comment.