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.3 → v3.8.5](asottile/reorder-python-imports@v3.8.3...v3.8.5)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 18, 2022
1 parent 537c94b commit 308b087
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 @@ -11,7 +11,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
rev: v3.8.5
hooks:
- id: reorder-python-imports
args: ['--py38-plus']
Expand All @@ -21,7 +21,7 @@ repos:
- id: add-trailing-comma
args: ['--py36-plus']
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.1.0
hooks:
- id: pyupgrade
args: ['--py38-plus']
Expand Down

0 comments on commit 308b087

Please sign in to comment.