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

Skip to content

Commit e7b9454

Browse files
chore: update pre-commit hooks (#152)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.261](astral-sh/ruff-pre-commit@v0.0.259...v0.0.261) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](Lucas-C/pre-commit-hooks@v1.4.2...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8c5d67e commit e7b9454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ repos:
3535

3636
# Black, the code formatter, natively supports pre-commit
3737
- repo: https://github.com/psf/black
38-
rev: 23.1.0
38+
rev: 23.3.0
3939
hooks:
4040
- id: black
4141
files: ^(docs)
4242

4343
# Lints code
4444
- repo: https://github.com/charliermarsh/ruff-pre-commit
45-
rev: "v0.0.259"
45+
rev: "v0.0.261"
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.4.2
52+
rev: v1.5.1
5353
hooks:
5454
- id: remove-tabs
5555

0 commit comments

Comments
 (0)
0