diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86dd6c3..1a398db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,18 +34,18 @@ repos: - id: forbid-tabs - id: remove-tabs - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black args: ["--config", "./pyproject.toml"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.7' + rev: 'v0.4.8' hooks: - id: ruff - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: Run codespell to check for common misspellings in files @@ -54,7 +54,7 @@ repos: exclude: poetry.lock$ - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.1 + rev: v3.12.2 hooks: - id: markdown-link-check args: ["--config=./.github/scripts/mlc-config.json"]