diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c49d1393..365e5f84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - --skip-gitignore - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black args: [--line-length=79] @@ -54,7 +54,7 @@ repos: files: ^tripper/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.1.0 hooks: - id: mypy exclude: ^tests/.*$