Skip to content

Commit

Permalink
Update pyupgrade arg
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Feb 21, 2024
1 parent c442df0 commit 1ae56a4
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 @@ -53,7 +53,7 @@ repos:
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py39-plus]

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
Expand Down

0 comments on commit 1ae56a4

Please sign in to comment.