Skip to content

Commit 6ae66ce

Browse files
[pre-commit.ci] pre-commit autoupdate (#265)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.7...v0.13.3) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.0.0](fsfe/reuse-tool@v5.0.2...v6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5d19ece commit 6ae66ce

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-yaml
1212
args: ['--unsafe'] # required for mkdocs.yaml -> pymdownx.emoji (see https://github.com/pre-commit/pre-commit-hooks/issues/552)
@@ -16,7 +16,7 @@ repos:
1616

1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.7
19+
rev: v0.13.3
2020
hooks:
2121
# Run the linter.
2222
- id: ruff
@@ -37,6 +37,6 @@ repos:
3737

3838
# Reuse compliance
3939
- repo: https://github.com/fsfe/reuse-tool
40-
rev: v5.0.2
40+
rev: v6.0.0
4141
hooks:
4242
- id: reuse

0 commit comments

Comments
 (0)