diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9a4ad1..f1d5c23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ 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 @@ -14,7 +14,7 @@ repos: # 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