From 3896ccfc1037dfbe64d490f96c6060de40589904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 19 Sep 2022 17:42:45 +0200 Subject: [PATCH] Update pre-commit hooks (#126) * Update md2po * Debug * Update rev * Update rev * Update other hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fab760..b7ef0c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v2.38.0 hooks: - id: pyupgrade args: @@ -42,7 +42,7 @@ repos: - --filter-files files: \.py$ - repo: https://github.com/mondeja/mdpo - rev: v0.3.86 + rev: v1.0.1 hooks: - id: md2po2md files: ^README\.md @@ -65,7 +65,7 @@ repos: - id: untranslated-messages - id: remove-metadata - repo: https://github.com/adrienverge/yamllint - rev: v1.27.1 + rev: v1.28.0 hooks: - id: yamllint files: .+\.(yml|yaml)