diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7829116..784a3ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: )$ - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.2 + rev: v3.3.3 hooks: - id: prettier always_run: true @@ -44,7 +44,7 @@ repos: - prettier-plugin-sort-json - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black @@ -59,20 +59,20 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.6 hooks: - id: ruff args: - --exit-non-zero-on-fix - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.9.0 + rev: v8.13.1 hooks: - id: cspell name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.5.3" + rev: "0.5.6" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed. @@ -80,7 +80,7 @@ repos: pass_filenames: false - repo: https://github.com/pycqa/pylint.git - rev: v3.2.4 + rev: v3.2.6 hooks: - id: pylint args: @@ -94,7 +94,7 @@ repos: - setuptools - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.10.1 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: