Skip to content

Commit a14b50e

Browse files
chore(deps): update pre-commit hooks (#694)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 03c4d2a commit a14b50e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
- id: trailing-whitespace
1919

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

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: "v1.19.1"
27+
rev: "v1.20.0"
2828
hooks:
2929
- id: mypy
3030
files: ^(src|scripts)

0 commit comments

Comments
 (0)