diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d16ee7..cc85283 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy name: Check Python types @@ -45,7 +45,7 @@ repos: - types-requests - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell name: Check spelling with codespell