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 and jas88 committed Oct 15, 2024
1 parent d079de1 commit 42cecd7
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 @@ -66,7 +66,7 @@ repos:
- id: python-use-type-annotations
- id: python-no-log-warn
- repo: https://github.com/asottile/reorder-python-imports
rev: "v3.13.0"
rev: "v3.14.0"
hooks:
- id: reorder-python-imports
args: [--py36-plus]
Expand All @@ -76,7 +76,7 @@ repos:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: "v3.17.0"
rev: "v3.18.0"
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 42cecd7

Please sign in to comment.