Skip to content

Commit 47fb187

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5) - [github.com/DavidAnson/markdownlint-cli2: v0.12.1 → v0.13.0](DavidAnson/markdownlint-cli2@v0.12.1...v0.13.0)
1 parent 71c85d0 commit 47fb187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-ast
66
- id: check-docstring-first
@@ -14,7 +14,7 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.3.4"
17+
rev: "v0.3.5"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
@@ -30,6 +30,6 @@ repos:
3030
- id: prettier
3131
exclude_types: ["markdown"]
3232
- repo: https://github.com/DavidAnson/markdownlint-cli2
33-
rev: v0.12.1
33+
rev: v0.13.0
3434
hooks:
3535
- id: markdownlint-cli2

0 commit comments

Comments
 (0)