From ab1d708e43cc8f465a896805e4f14675a8fb4e69 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Tue, 13 Dec 2022 21:09:06 +0200 Subject: [PATCH] Bump pre-commit hooks (#260) --- .pre-commit-config.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7efe55a..c96df08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.3.0" + rev: "v4.4.0" hooks: - id: check-case-conflict - id: check-merge-conflict @@ -11,20 +11,20 @@ repos: - id: debug-statements - id: detect-private-key - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.6.1" + rev: "2.6.2" hooks: - id: editorconfig-checker alias: ec args: - -disable-indent-size - repo: https://github.com/asottile/pyupgrade - rev: "v3.2.2" + rev: "v3.3.1" hooks: - id: pyupgrade args: - --py37-plus - repo: https://github.com/pycqa/isort - rev: "5.10.1" + rev: "5.11.2" hooks: - id: isort - repo: https://github.com/charliermarsh/ruff-pre-commit @@ -32,7 +32,7 @@ repos: hooks: - id: ruff - repo: https://github.com/psf/black - rev: "22.10.0" + rev: "22.12.0" hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -62,6 +62,8 @@ repos: rev: "v2.7.1" hooks: - id: prettier + additional_dependencies: + - prettier@2.8.1 alias: format-markdown types: [ markdown ] args: @@ -69,7 +71,7 @@ repos: - --print-width=88 - --prose-wrap=always - repo: https://github.com/mgedmin/check-manifest - rev: "0.48" + rev: "0.49" hooks: - id: check-manifest args: ["--no-build-isolation"]