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: v2.38.0 → v2.38.2](asottile/pyupgrade@v2.38.0...v2.38.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2022
1 parent 24e53ab commit 1a1cbe3
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: "v2.38.0"
rev: "v2.38.2"
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 1a1cbe3

Please sign in to comment.