Skip to content

Commit 2e8f1c4

Browse files
chore: update pre-commit hooks (#130)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.14...v0.3.3) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad6076d commit 2e8f1c4

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.1.14"
38+
rev: "v0.3.3"
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.4
47+
rev: v1.5.5
4848
hooks:
4949
- id: remove-tabs
5050
exclude: ^(docs)

0 commit comments

Comments
 (0)