diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20f0e5b..6db1913 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.5.0' + rev: 'v0.5.1' hooks: # Run the linter. - id: ruff @@ -35,7 +35,7 @@ repos: - id: mypy - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.9.0 + rev: v8.10.1 hooks: - id: cspell files: src/|docs|tests|README.md