Skip to content

Commit b15281e

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.3.2](astral-sh/ruff-pre-commit@v0.1.6...v0.3.2) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
1 parent f3c2e17 commit b15281e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.1.6"
38+
rev: "v0.3.2"
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.4
46+
rev: v1.5.5
4747
hooks:
4848
- id: remove-tabs
4949

0 commit comments

Comments
 (0)