Skip to content

Commit d2bc35d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/fsfe/reuse-tool: v4.0.3 → v5.1.1](fsfe/reuse-tool@v4.0.3...v5.1.1) - [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.7.1 → v0.13.2](astral-sh/ruff-pre-commit@v0.7.1...v0.13.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2)
1 parent c2e8d67 commit d2bc35d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
repos:
66
- repo: https://github.com/fsfe/reuse-tool
7-
rev: v4.0.3
7+
rev: v5.1.1
88
hooks:
99
- id: reuse
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-yaml
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.7.1
18+
rev: v0.13.2
1919
hooks:
2020
# Run the linter.
2121
- id: ruff
@@ -24,6 +24,6 @@ repos:
2424
# Run the formatter.
2525
- id: ruff-format
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.13.0
27+
rev: v1.18.2
2828
hooks:
2929
- id: mypy

0 commit comments

Comments
 (0)