diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ea58a5b94..d58076ad81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,33 +1,33 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.5 hooks: - id: codespell @@ -42,7 +42,7 @@ repos: types: [shell] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.3 + rev: v0.9.0.5 hooks: - id: shellcheck args: [-x]