Skip to content

Commit e4548e0

Browse files
chore(deps): update pre-commit hooks (#685)
* chore(deps): update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent c2e2708 commit e4548e0

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,9 +18,9 @@ repos:
1818
- id: trailing-whitespace
1919

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

2626
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)