diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f6a4b5..d55bfc4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: files: \.rej$ repo: local - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.4.3' + rev: 'v0.4.8' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -26,7 +26,7 @@ repos: - --ignore-words-list - ba,datas,fo,uptodate repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 - repo: local hooks: - id: mypy