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/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 7ce333f commit ea365a4
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 @@ -25,7 +25,7 @@ repos:
rev: v2.3.1

- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
rev: v3.14.0
hooks:
- args:
- --py37-plus
Expand All @@ -35,7 +35,7 @@ repos:
- --py37-plus
id: pyupgrade
repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
- hooks:
- id: black
repo: https://github.com/psf/black
Expand Down

0 comments on commit ea365a4

Please sign in to comment.