diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec72ff0..a4922fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,19 +35,19 @@ repos: - prettier-plugin-sort-json - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.3" + rev: "v0.9.4" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.1 + rev: v8.17.2 hooks: - id: cspell name: Spell check with cspell @@ -58,7 +58,7 @@ repos: - id: darglint - repo: https://github.com/pycqa/pylint.git - rev: v3.3.3 + rev: v3.3.4 hooks: - id: pylint args: