Skip to content

Commit a658d6c

Browse files
MAINT: bump pre-commit dependencies
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2)
1 parent 91d64d1 commit a658d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.6.9
25+
rev: v0.8.6
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --show-fixes, --output-format, grouped]
2929
- repo: https://github.com/fsfe/reuse-tool
30-
rev: v4.0.3
30+
rev: v5.0.2
3131
hooks:
3232
- id: reuse
3333
name: add SPDX headers

0 commit comments

Comments
 (0)