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

Skip to content

Commit d7f3768

Browse files
chore: update pre-commit hooks (#173)
updates: - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0ef28a4 commit d7f3768

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,14 +35,14 @@ repos:
3535

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

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

0 commit comments

Comments
 (0)
0