Skip to content

Commit

Permalink
[7.1.x] update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 9, 2022
1 parent 840c418 commit 1769c66
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,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
- flake8-typing-imports==1.12.0
- flake8-docstrings==1.5.0
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
rev: v3.0.1
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py37-plus]
Expand Down

0 comments on commit 1769c66

Please sign in to comment.