Skip to content

Commit 4443348

Browse files
pre-commit: bump repositories
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.254...v0.0.285) - [github.com/fsfe/reuse-tool: v1.1.2 → v2.1.0](fsfe/reuse-tool@v1.1.2...v2.1.0)
1 parent d931a1a commit 4443348

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
@@ -23,13 +23,13 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: fix-byte-order-marker
2525
- id: trailing-whitespace
26-
- repo: https://github.com/charliermarsh/ruff-pre-commit
27-
rev: v0.0.254
26+
- repo: https://github.com/astral-sh/ruff-pre-commit
27+
rev: v0.0.285
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --format, grouped, --show-fixes]
3131
- repo: https://github.com/fsfe/reuse-tool
32-
rev: v1.1.2
32+
rev: v2.1.0
3333
hooks:
3434
- id: reuse
3535
name: add SPDX headers

0 commit comments

Comments
 (0)