Skip to content

Commit ca0a1b6

Browse files
pre-commit-ci[bot]maresb
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent b7c952b commit ca0a1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ repos:
2222
)$
2323
- id: check-merge-conflict
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.4.1
25+
rev: v0.4.2
2626
hooks:
2727
- id: ruff
2828
args: ["--fix", "--output-format=full"]
2929
- id: ruff-format
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.9.0
31+
rev: v1.10.0
3232
hooks:
3333
- id: mypy
3434
language: python

0 commit comments

Comments
 (0)