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/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0)
- [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.4](asottile/reorder-python-imports@v3.0.1...v3.8.4)
  • Loading branch information
pre-commit-ci[bot] authored Oct 11, 2022
1 parent d9a90eb commit 184d75e
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 @@ -5,7 +5,7 @@ repos:
- id: autoflake
args: ['-i', '--remove-all-unused-imports']
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand All @@ -15,6 +15,6 @@ repos:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
rev: v3.8.4
hooks:
- id: reorder-python-imports

0 comments on commit 184d75e

Please sign in to comment.