diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0274339..daa884c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,14 +40,14 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.4.2" + rev: "v0.4.3" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.7.0 + rev: v8.8.0 hooks: - id: cspell name: Spell check with cspell