Skip to content

Commit a6b94de

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

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: v6.2.0
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.14.14
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.19.1
2828
hooks:
2929
- id: mypy

0 commit comments

Comments
 (0)