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: v3.0.0 → v3.1.0](asottile/pyupgrade@v3.0.0...v3.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2022
1 parent e06d58d commit 7d522c9
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.8.3
rev: v3.8.5
hooks:
- id: reorder-python-imports
args: ["--application-directories", "src"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.1.0
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 7d522c9

Please sign in to comment.