diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a8f251..f414efe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,22 +16,22 @@ repos: - id: seed-isort-config - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 3.9.0 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v1.19.1 hooks: - id: mypy -- repo: https://github.com/psf/black - rev: 20.8b1 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black language_version: python3.8