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 → 22.6.0](psf/black@22.1.0...22.6.0)
- [github.com/asottile/reorder_python_imports: v2.7.1 → v3.8.1](asottile/reorder-python-imports@v2.7.1...v3.8.1)
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2022
1 parent ea8faad commit 4819808
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 @@ -6,15 +6,15 @@ repos:
# hooks:
# - id: flake8
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.6.0
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
rev: v3.8.1
hooks:
- id: reorder-python-imports
# - repo: git@github.com:humitos/mirrors-autoflake.git
Expand Down

0 comments on commit 4819808

Please sign in to comment.