diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b4dad4..6fa07ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: ^(tests/data/) repos: - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.1.0 hooks: - id: black args: [-S, --line-length=79, --safe, --quiet] @@ -25,7 +25,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/asottile/reorder_python_imports - rev: v2.7.0 + rev: v2.7.1 hooks: - id: reorder-python-imports args: [--py37-plus]