Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: 12af25eb252deaaecb6b259df40d01f42e716dc3 → 32151ac97cbfd7f9dcd22e49516fb32266db45b4](asottile/pyupgrade@12af25e...32151ac)
- [github.com/Cielquan/mirrors-poetry: ec25c4d5817d8bcf1d6251c347a1892cb817edb8 → 8322ea5e4c20ab182bfb72e80189d2a02941089a](Cielquan/mirrors-poetry@ec25c4d...8322ea5)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 1eca847 commit 86c7dae
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 @@ -55,7 +55,7 @@ repos:

# pyupgrade - upgrade old syntax to new
- repo: https://github.com/asottile/pyupgrade
rev: 12af25eb252deaaecb6b259df40d01f42e716dc3 # frozen: v3.15.2
rev: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 # frozen: v3.16.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -212,7 +212,7 @@ repos:

# poetry - python dependency management
- repo: https://github.com/Cielquan/mirrors-poetry
rev: ec25c4d5817d8bcf1d6251c347a1892cb817edb8 # frozen: 1.8.2
rev: 8322ea5e4c20ab182bfb72e80189d2a02941089a # frozen: 1.8.3
hooks:
- id: poetry-check

Expand Down

0 comments on commit 86c7dae

Please sign in to comment.