Skip to content

Commit 1d3022e

Browse files
pre-commit-ci[bot]niklasmueboe
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [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.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent d21e894 commit 1d3022e

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
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: quarterly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -15,12 +15,12 @@ repos:
1515
- id: no-commit-to-branch
1616
args: [--branch=main]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.2
18+
rev: v0.13.3
1919
hooks:
2020
- id: ruff
2121
- id: ruff-format
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.16.1
23+
rev: v1.18.2
2424
hooks:
2525
- id: mypy
2626
additional_dependencies:

0 commit comments

Comments
 (0)