From 89a408c5575ee23ffabf255e6f01618e720c4df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Thu, 17 Aug 2023 16:06:59 +0200 Subject: [PATCH] ci: Update pre-commit --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b903064..291553fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: 3.2.2 + rev: 3.6.0 - hooks: - id: check-useless-excludes repo: meta @@ -14,7 +14,7 @@ repos: - files: \.(css|js|md|markdown|json) id: prettier repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.9-for-vscode + rev: v3.0.2 - hooks: - id: seed-isort-config repo: https://github.com/asottile/seed-isort-config @@ -26,7 +26,7 @@ repos: - hooks: - id: black repo: https://github.com/python/black - rev: 23.3.0 + rev: 23.7.0 - hooks: - id: check-added-large-files - id: check-ast @@ -59,7 +59,7 @@ repos: - hooks: - id: flake8 repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 - hooks: - additional_dependencies: - mvdan.cc/sh/v3/cmd/shfmt@v3.1.1 @@ -79,7 +79,7 @@ repos: - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.16.0 # - repo: https://github.com/asottile/pyupgrade # rev: v2.38.0