Skip to content

Commit 2ef52d2

Browse files
pre-commit-ci[bot]dnicolodi
authored andcommitted
MAINT: bump repositories
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.261 → v0.1.5](astral-sh/ruff-pre-commit@v0.0.261...v0.1.5) - [github.com/fsfe/reuse-tool: v1.1.2 → v2.1.0](fsfe/reuse-tool@v1.1.2...v2.1.0)
1 parent 551962d commit 2ef52d2

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: check-ast
1414
- id: check-builtin-literals
@@ -25,12 +25,12 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.0.261
28+
rev: v0.1.5
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --show-fixes, --format, grouped]
3232
- repo: https://github.com/fsfe/reuse-tool
33-
rev: v1.1.2
33+
rev: v2.1.0
3434
hooks:
3535
- id: reuse
3636
name: add SPDX headers

0 commit comments

Comments
 (0)