diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3d048f8..0ea91dce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "26.3.1" + rev: "26.5.1" hooks: - id: black-jupyter args: ["--line-length", "100"] @@ -57,7 +57,7 @@ repos: # args: ["--fix", "--show-fixes"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.20.1" + rev: "v2.1.0" hooks: - id: mypy files: src