From 29d900172bbc13ba12b98a75dfacbd0d76e2b47f Mon Sep 17 00:00:00 2001 From: lkrisztian Date: Tue, 29 Aug 2023 16:29:28 +0200 Subject: [PATCH] Update version in examples for pre commit hooks --- .pre-commit-example-config.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-example-config.yml b/.pre-commit-example-config.yml index 0bef9c3..35245d2 100644 --- a/.pre-commit-example-config.yml +++ b/.pre-commit-example-config.yml @@ -11,6 +11,6 @@ repos: - id: check-added-large-files - repo: https://github.com/mundialis/github-workflows - rev: 1.0.0 + rev: 1.0.1 hooks: - id: linting diff --git a/README.md b/README.md index b311d76..375b0c3 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,11 @@ You can use it by adding a `pre-commit-config.yml` file containing e.g.: ``` repos: - repo: https://github.com/mundialis/github-workflows - rev: 1.0.0 + rev: 1.0.1 hooks: - id: linting ``` +**Note**: Might need to adapt/update the release tag of repo within `pre-commit-config.yml` An extended example can be found at [.pre-commit-example-config.yml](.pre-commit-example-config.yml)