diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e9abc5c..0bd67cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,12 +16,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "23.10.1" + rev: "23.12.0" hooks: - id: black - repo: https://github.com/hadialqattan/pycln - rev: "v2.3.0" + rev: "v2.4.0" hooks: - id: pycln args: [--all] @@ -34,7 +34,7 @@ repos: additional_dependencies: [flake8-bugbear] - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort @@ -68,7 +68,7 @@ repos: - id: shellcheck - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.3" + rev: "v4.0.0-alpha.7" hooks: - id: prettier types_or: [yaml, markdown, json]