Skip to content

Commit db7274a

Browse files
chore: update pre-commit hooks (#171)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.282...v0.0.287) - [github.com/Lucas-C/pre-commit-hooks: v1.5.3 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.3...v1.5.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2fdfcc commit db7274a

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
@@ -42,14 +42,14 @@ repos:
4242

4343
# Lints code
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.0.282"
45+
rev: "v0.0.287"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949

5050
# Changes tabs to spaces
5151
- repo: https://github.com/Lucas-C/pre-commit-hooks
52-
rev: v1.5.3
52+
rev: v1.5.4
5353
hooks:
5454
- id: remove-tabs
5555

0 commit comments

Comments
 (0)