Skip to content

Commit 0a9ae2b

Browse files
committed
feat(deps): Update to latest reuse and ruff versions
1 parent 2d57f0d commit 0a9ae2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install REUSE tool
3232
run: |
33-
uv pip install reuse==5.1.1
33+
uv pip install reuse==6.2.0
3434
3535
- name: Check REUSE compliance
3636
run: reuse lint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.15.0
40+
rev: v0.15.1
4141
hooks:
4242
- id: ruff-check
4343
args: [ --fix ]

0 commit comments

Comments
 (0)