diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93435ef..e0eb699 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # @max-sixty's standard set repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.3.7 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy @@ -14,7 +14,7 @@ repos: - id: blackdoc # black should go at the end, since it's the most likely to change others' changes. - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.4.0" hooks: - id: black # This doesn't seem to work from pre-commit.ci; which may not have internet access @@ -43,7 +43,7 @@ repos: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: v1.20.4 + rev: v1.20.8 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347