diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d66d29e..60fd8bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier always_run: true @@ -35,7 +35,7 @@ repos: - prettier-plugin-sort-json - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black @@ -50,14 +50,14 @@ repos: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.4" + rev: "v0.1.6" hooks: - id: ruff args: - "--exit-non-zero-on-fix" - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.2 + rev: v8.0.0 hooks: - id: cspell name: Spell check with cspell @@ -83,7 +83,7 @@ repos: - tox - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy additional_dependencies: