Skip to content

Commit

Permalink
chore: run "pre-commit autoupdate"
Browse files Browse the repository at this point in the history
  • Loading branch information
nosborn committed Mar 29, 2023
1 parent aaadf6c commit e61d15a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,16 +20,16 @@ repos:
exclude: examples/ignore/example-ignore.md

- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.30.0
hooks:
- id: yamllint
args:
- --config-file=.yamllint
- --strict

- repo: https://github.com/rhysd/actionlint
rev: v1.6.19
rev: v1.6.23
hooks:
- id: actionlint-docker

minimum_pre_commit_version: !!str 2.16
minimum_pre_commit_version: !!str 3.2

0 comments on commit e61d15a

Please sign in to comment.