Skip to content

Commit 3f67671

Browse files
chore: update pre-commit hooks (#149)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.281...v0.0.282) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.3](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e057364 commit 3f67671

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
@@ -41,7 +41,7 @@ repos:
4141
exclude: ^(docs)
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.0.281"
44+
rev: "v0.0.282"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
@@ -57,7 +57,7 @@ repos:
5757

5858
# Changes tabs to spaces
5959
- repo: https://github.com/Lucas-C/pre-commit-hooks
60-
rev: v1.5.1
60+
rev: v1.5.3
6161
hooks:
6262
- id: remove-tabs
6363
exclude: ^(docs)

0 commit comments

Comments
 (0)