Skip to content

Commit 338bd84

Browse files
[pre-commit.ci] pre-commit autoupdate
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.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.0.0](fsfe/reuse-tool@v5.0.2...v6.0.0)
1 parent d2d7e09 commit 338bd84

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-merge-conflict
1212
- id: check-added-large-files
@@ -15,7 +15,7 @@ repos:
1515
# Run ruff to lint and format
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.12.2
18+
rev: v0.13.3
1919
hooks:
2020
# Run the linter.
2121
- id: ruff
@@ -41,6 +41,6 @@ repos:
4141

4242
# Reuse compliance
4343
- repo: https://github.com/fsfe/reuse-tool
44-
rev: v5.0.2
44+
rev: v6.0.0
4545
hooks:
4646
- id: reuse

0 commit comments

Comments
 (0)