diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99cb79f..28f2e74 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.1.3 + rev: v0.1.4 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy @@ -9,7 +9,7 @@ repos: hooks: - id: mypy - repo: https://github.com/keewis/blackdoc - rev: v0.3.8 + rev: v0.3.9 hooks: - id: blackdoc # black should go at the end, since it's the most likely to change others' changes. @@ -32,7 +32,7 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/python-poetry/poetry - rev: 1.6.0 + rev: 1.7.0 hooks: - id: poetry-lock # https://github.com/python-poetry/poetry/issues/7029 @@ -45,7 +45,7 @@ repos: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: v1.16.21 + rev: typos-dict-v0.11.3 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347