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.8.1 → v3.8.2](asottile/reorder-python-imports@v3.8.1...v3.8.2)
- [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2)
  • Loading branch information
pre-commit-ci[bot] authored Jul 25, 2022
1 parent bf3ccd2 commit 3af77d1
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 @@ -8,12 +8,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.1
rev: v3.8.2
hooks:
- id: reorder-python-imports
args: [--py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.2
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 3af77d1

Please sign in to comment.