diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1d59ba39..daaecda8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -15,7 +15,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.0.0 hooks: - id: mypy files: src @@ -26,7 +26,7 @@ repos: # Note that using the --install-types is problematic if running in # parallel as mutating the pre-commit env at runtime breaks cache. - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort ...