Skip to content

Commit ec14da7

Browse files
chore(deps): update pre-commit hooks (#208)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dd31a89 commit ec14da7

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
@@ -18,14 +18,14 @@ repos:
1818
- id: check-yaml
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.6.1"
21+
rev: "v0.6.2"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.11.1
28+
rev: v1.11.2
2929
hooks:
3030
- id: mypy
3131
files: src

0 commit comments

Comments
 (0)