diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3eb6638..109a6a1 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.14.13' + rev: 'v0.14.14' hooks: # Run the linter. - id: ruff @@ -31,7 +31,7 @@ repos: args: ["--config-file", "pyproject.toml"] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v9.4.0 + rev: v9.6.0 hooks: - id: cspell files: src/|docs/(.+).md|tests|README.md|examples/(.+).py