Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 12, 2023
1 parent 7c74995 commit 958a61a
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 @@ -38,7 +38,7 @@ repos:

# Upgrade old Python syntax
- repo: https://github.com/asottile/pyupgrade
rev: "v3.4.0"
rev: "v3.6.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 958a61a

Please sign in to comment.