diff options
author | 2022-05-10 20:42:21 +0400 | |
---|---|---|
committer | 2022-05-10 20:42:21 +0400 | |
commit | 5c0c58364e5249f047b454734caff4d8433d42d5 (patch) | |
tree | 86384dda2e1d8c5b3a33057d64808cc6ccb93600 | |
parent | Bump pre-commit from 2.18.1 to 2.19.0 (diff) |
Update Pre-Commit Hooks
Updates the version of the libraries and hooks used in the pre-commit
configuration using autoupdate.
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b31ac13..b959f1f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 + rev: v4.2.0 hooks: - id: check-merge-conflict - id: check-toml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.5.1 + rev: v1.9.0 hooks: - id: python-check-blanket-noqa - repo: local |