diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8043c6..caee7fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.9.2 + rev: v0.9.4 hooks: # Run the linter. - id: ruff @@ -23,7 +23,7 @@ repos: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: [tomli]