diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f766a4..98d11e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: entry: scripts/tomllint.sh . - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast @@ -57,7 +57,7 @@ repos: # Autoformat: YAML, JSON, Markdown, etc. - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: @@ -77,12 +77,12 @@ repos: # args: ['--py37-plus'] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.1.1 + rev: 24.4.0 hooks: - id: black-jupyter @@ -98,7 +98,7 @@ repos: args: ['--ignore=E006'] - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.10.0 hooks: - id: shellcheck # Optionally only show errors and warnings @@ -121,13 +121,13 @@ repos: - id: isort - repo: https://github.com/adrienverge/yamllint.git - rev: v1.33.0 + rev: v1.35.1 hooks: - id: yamllint args: [--strict] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.6.26.11 + rev: v1.6.27.13 hooks: - id: actionlint @@ -139,7 +139,7 @@ repos: # additional_dependencies: [black] - repo: https://github.com/pycqa/flake8 - rev: '6.1.0' + rev: '7.0.0' hooks: - id: flake8 @@ -150,7 +150,7 @@ repos: # - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' + rev: 'v1.9.0' hooks: - id: mypy