From 9ed2ee0183a4836b1b2c3287ededa9d3dce16230 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Sat, 30 Mar 2024 08:05:52 +0100 Subject: [PATCH] pre-commit and lint --- .pre-commit-config.yaml | 4 ++-- README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb43848..a6d927c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ default_install_hook_types: ["pre-push"] exclude: '(^docs/themes/hugo-book|^vendor|.*golden$|^\.vale)' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-json - id: check-vcs-permalinks - repo: https://github.com/adrienverge/yamllint.git - rev: v1.28.0 + rev: v1.35.1 hooks: - id: yamllint - repo: local diff --git a/README.md b/README.md index c94d048..3abff63 100644 --- a/README.md +++ b/README.md @@ -257,10 +257,9 @@ goplay replay --github-token=$GITHUB_TOKEN --list-deliveries org/repo HOOK_ID >`gosmee replay` does not support paging yet, and list only the last >100 deliveries. So if you specify a date that is older than the last 100 >deliveries it will not work. - ->[!NOTE] +> >When the token gets rate limited, gosmee will be just failing and do not at the ->moment do anything to manage this. +>moment do anything to recover from this. ## Thanks