Skip to content

Commit

Permalink
Bump pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Mar 25, 2024
1 parent a940121 commit c6d8ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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 @@ -11,7 +11,7 @@ repos:
name: Check trailing whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.35.1
hooks:
- id: yamllint
name: Check yaml files (yamllint)
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
language: docker_image
types: [markdown]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
name: Checks for common misspellings in text files
Expand Down

0 comments on commit c6d8ed3

Please sign in to comment.