Merge pull request #10102 from pytest-dev/pre-commit-ci-update-config

This commit is contained in:
Bruno Oliveira 2022-07-04 20:27:59 -03:00 committed by GitHub
commit 4414c4adae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
args: [--safe, --quiet]
@ -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: v3.1.0
rev: v3.3.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py37-plus]