Skip to content

Commit 3ac5bf6

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 6ff6320 commit 3ac5bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--force-exclude] # omitting --write-changes
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.12.11
14+
rev: v0.14.3
1515
hooks:
1616
- id: ruff-check
1717
args: [--fix, --unsafe-fixes]
@@ -23,7 +23,7 @@ repos:
2323
- id: validate-pyproject
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.17.1
26+
rev: v1.18.2
2727
hooks:
2828
- id: mypy
2929
files: "^src/"

0 commit comments

Comments
 (0)