Skip to content

Commit

Permalink
pre-commit and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed Mar 30, 2024
1 parent 14a1770 commit 9ed2ee0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ed2ee0

Please sign in to comment.