Skip to content

Commit

Permalink
Update pre-commit hooks (#126)
Browse files Browse the repository at this point in the history
* Update md2po

* Debug

* Update rev

* Update rev

* Update other hooks
  • Loading branch information
mondeja committed Sep 19, 2022
1 parent 9a98934 commit 3896ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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:
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 3896ccf

Please sign in to comment.