diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a49b31..5e97e5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier # keep it before yamllint - rev: v3.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier always_run: true @@ -31,18 +31,18 @@ repos: - prettier-plugin-toml - prettier-plugin-sort-json - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v6.17.1 + rev: v8.17.0 hooks: - id: cspell # entry: codespell --relative args: [--relative, --no-progress, --no-summary] name: Spell check with cspell - repo: https://github.com/sirosen/check-jsonschema - rev: 0.20.0 + rev: 0.30.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.4.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -53,20 +53,20 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/jazzband/pip-tools - rev: 6.12.1 + rev: 7.4.1 hooks: - id: pip-compile name: deps