diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8652186..8982780 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,11 +31,11 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.10.0" hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.6.0" + rev: "v1.6.1" hooks: - id: mypy args: ["--config-file", "pyproject.toml"]