Skip to content

Commit

Permalink
pre-commit: Use Python 3.10+ for pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored and wang-boyu committed Aug 21, 2024
1 parent 3cb0e18 commit da27371
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 @@ -17,10 +17,10 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py310-plus]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
- id: check-toml
- id: check-yaml
- id: check-yaml

0 comments on commit da27371

Please sign in to comment.