Skip to content

Commit bfa0f46

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.3...v0.8.6) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent 89223b8 commit bfa0f46

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
@@ -23,14 +23,14 @@ repos:
2323
- id: black
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.8.3
26+
rev: v0.8.6
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --show-fixes]
3030

3131

3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.0
33+
rev: v3.19.1
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py38-plus]

0 commit comments

Comments
 (0)