8000 chore: update pre-commit hooks (#168) · pybind/python_example@d2fdfcc · GitHub
[go: up one dir, main page]

Skip to content

Commit d2fdfcc

Browse files
chore: update pre-commit hooks (#168)
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 06172ea commit d2fdfcc

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
@@ -42,14 +42,14 @@ repos:
4242

4343
# Lints code
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.0.281"
45+
rev: "v0.0.282"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949

5050
# Changes tabs to spaces
5151
- repo: https://github.com/Lucas-C/pre-commit-hooks
52-
rev: v1.5.1
52+
rev: v1.5.3
5353
hooks:
5454
- id: remove-tabs
5555

0 commit comments

Comments
 (0)
0