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.0.1 → v3.1.0](asottile/reorder-python-imports@v3.0.1...v3.1.0)
- [github.com/asottile/pyupgrade: v2.32.0 → v2.33.0](asottile/pyupgrade@v2.32.0...v2.33.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2022
1 parent b98e6f4 commit 5fe95dc
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,7 +8,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.1.0
hooks:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py36-plus]
Expand All @@ -18,7 +18,7 @@ repos:
- id: black
args: [--line-length=79]
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.33.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 5fe95dc

Please sign in to comment.