Skip to content

Commit

Permalink
ci: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/adrienverge/yamllint.git: v1.28.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.28.0...v1.33.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 13, 2023
1 parent ac67383 commit ff0dfc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -22,7 +22,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0
rev: v1.33.0
hooks:
- id: yamllint
args: [--config-file, .github/yamllint.yaml, --format, github, --strict]

0 comments on commit ff0dfc7

Please sign in to comment.