Skip to content

Commit a7fb9c6

Browse files
authored
update pre-commit hooks (#384)
2 parents b942f33 + 1e05f2f commit a7fb9c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repos:
5252
types_or: [yaml, html, css, scss, javascript, json]
5353

5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.43.0
55+
rev: v0.44.0
5656
hooks:
5757
- id: markdownlint
5858

@@ -63,12 +63,12 @@ repos:
6363
additional_dependencies: [black==24.*]
6464

6565
- repo: https://github.com/codespell-project/codespell
66-
rev: v2.3.0
66+
rev: v2.4.0
6767
hooks:
6868
- id: codespell
6969

7070
- repo: https://github.com/astral-sh/ruff-pre-commit
71-
rev: v0.9.2
71+
rev: v0.9.3
7272
hooks:
7373
- id: ruff
7474
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)