diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 21c4cdb..2f9897c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: args: [--update-only] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.0" + rev: "v1.11.1" hooks: - id: mypy additional_dependencies: [types-tabulate] @@ -66,7 +66,7 @@ repos: name: isort (python) - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black