From f16e696758ca3f9996e3e2530a2729ef8f796a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Sep 2022 16:04:23 +0200 Subject: [PATCH 1/5] Update md2po --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fab760..481a241 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - --filter-files files: \.py$ - repo: https://github.com/mondeja/mdpo - rev: v0.3.86 + rev: v1.0.0 hooks: - id: md2po2md files: ^README\.md From 79c3e8692771bb73d1fed3ab3ee89de5d3817eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Sep 2022 16:09:43 +0200 Subject: [PATCH 2/5] Debug --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 481a241..eb19232 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - --filter-files files: \.py$ - repo: https://github.com/mondeja/mdpo - rev: v1.0.0 + rev: coverage-excludes hooks: - id: md2po2md files: ^README\.md @@ -54,6 +54,7 @@ repos: - -o - locale/{lang} - --no-location + verbose: true - repo: https://github.com/mondeja/pre-commit-hooks rev: v1.8.0 hooks: From bbec08593d41650997e472d81cdbda08e0adbb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Sep 2022 17:18:01 +0200 Subject: [PATCH 3/5] Update rev --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb19232..b791ea0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - --filter-files files: \.py$ - repo: https://github.com/mondeja/mdpo - rev: coverage-excludes + rev: master hooks: - id: md2po2md files: ^README\.md @@ -54,7 +54,6 @@ repos: - -o - locale/{lang} - --no-location - verbose: true - repo: https://github.com/mondeja/pre-commit-hooks rev: v1.8.0 hooks: From c27f71fa8427a1b69f6a765be0b974fac3afadba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Sep 2022 17:38:40 +0200 Subject: [PATCH 4/5] Update rev --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b791ea0..b1ba93f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - --filter-files files: \.py$ - repo: https://github.com/mondeja/mdpo - rev: master + rev: v1.0.1 hooks: - id: md2po2md files: ^README\.md From d74ac0928b27bdfc098fdd02aeb8a08851d80b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Sep 2022 17:41:08 +0200 Subject: [PATCH 5/5] Update other hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1ba93f..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: @@ -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)