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 → 23.7.0](psf/black@22.3.0...23.7.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.15.0](adamchainz/blacken-docs@v1.12.1...1.15.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.0.1 → v3.10.0](asottile/reorder-python-imports@v3.0.1...v3.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent d9a90eb commit d7b105c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ repos:
- id: autoflake
args: ['-i', '--remove-all-unused-imports']
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.0.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks:
- id: reorder-python-imports

0 comments on commit d7b105c

Please sign in to comment.