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.1.0 → 24.4.2](psf/black@22.1.0...24.4.2)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.7.1 → v3.13.0](asottile/reorder-python-imports@v2.7.1...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 39dfc82 commit 0b25a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ repos:
# hooks:
# - id: flake8
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 24.4.2
hooks:
- id: black
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: 'v0.770'
# hooks:
# - id: mypy
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.13.0
hooks:
- id: reorder-python-imports
# - repo: git@github.com:humitos/mirrors-autoflake.git
Expand Down

0 comments on commit 0b25a0b

Please sign in to comment.