Skip to content

Commit

Permalink
Upgrade pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Sep 20, 2024
1 parent 015d319 commit 977c319
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/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.6.6
hooks:
# Run the linter.
- id: ruff
Expand All @@ -10,13 +10,13 @@ repos:
- id: ruff-format

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.41.0
hooks:
- id: markdownlint
args:
- --fix

- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint

0 comments on commit 977c319

Please sign in to comment.