Skip to content

Commit a26687f

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.5...v0.15.1) - [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 fb71b82 commit a26687f

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

3636
# Check linting and style issues
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: "v0.14.5"
38+
rev: "v0.15.1"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
@@ -44,7 +44,7 @@ repos:
4444

4545
# Changes tabs to spaces
4646
- repo: https://github.com/Lucas-C/pre-commit-hooks
47-
rev: v1.5.5
47+
rev: v1.5.6
4848
hooks:
4949
- id: remove-tabs
5050
exclude: ^(docs)

0 commit comments

Comments
 (0)