Skip to content

Commit bbd022f

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.13](astral-sh/ruff-pre-commit@v0.14.8...v0.14.13) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
1 parent cc134a5 commit bbd022f

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
@@ -35,15 +35,15 @@ repos:
3535

3636
# Lints code
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.8"
38+
rev: "v0.14.13"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
4242
- id: ruff-format
4343

4444
# Changes tabs to spaces
4545
- repo: https://github.com/Lucas-C/pre-commit-hooks
46-
rev: v1.5.5
46+
rev: v1.5.6
4747
hooks:
4848
- id: remove-tabs
4949

0 commit comments

Comments
 (0)