diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4faa167a..76d301aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.11.8 hooks: - id: ruff args: @@ -79,13 +79,13 @@ repos: types_or: [python, pyi] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.3 + rev: v8.19.1 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.6.5" + rev: "0.6.6" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed. @@ -93,7 +93,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.3.6 + rev: v3.3.7 hooks: - id: pylint args: