Skip to content

Commit

Permalink
pre-commit: Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Jul 12, 2024
1 parent 0f50a62 commit ffbd322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
Expand All @@ -14,15 +14,15 @@ repos:
- id: trailing-whitespace
exclude: (.*\.mbox)|(.*\.svg)
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-tabs
exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)
- id: remove-crlf
exclude: (.*\.mbox)|(.*\.svg)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.13
rev: v0.5.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -33,7 +33,7 @@ repos:
hooks:
- id: bashate
- repo: https://github.com/daveshanley/vacuum
rev: v0.7.2
rev: v0.11.1
hooks:
- id: vacuum
files: ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml

0 comments on commit ffbd322

Please sign in to comment.