Skip to content

Commit

Permalink
Update pyupgrade version in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesConlan96 authored Jul 29, 2024
1 parent 320495c commit 348a023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79, --target-version=py38]
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit 348a023

Please sign in to comment.