Skip to content

Commit

Permalink
Bump pyupgrade pre-commit to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Mar 1, 2024
1 parent f7ea828 commit 88ff803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ repos:
exclude: testing/baselines
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
hooks:
Expand Down

0 comments on commit 88ff803

Please sign in to comment.