Skip to content

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent 5e42a96 commit 4c10b80
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
Expand Up @@ -9,7 +9,7 @@
---
repos:
- repo: https://github.com/boidolr/pre-commit-text
rev: v1.2.6
rev: v1.2.7
hooks:
- id: replace-tabs
exclude: Makefile
Expand All @@ -23,7 +23,7 @@ repos:
exclude: Makefile

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -35,7 +35,7 @@ repos:
args: [--autofix, --indent=4, --no-sort-keys]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 4c10b80

Please sign in to comment.