Skip to content

Commit 1f0e557

Browse files
chore: update pre-commit hooks (#1133)
updates: - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8386b3e commit 1f0e557

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
@@ -18,19 +18,19 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 24.1.1
21+
rev: 24.2.0
2222
hooks:
2323
- id: black
2424

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

3131

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

0 commit comments

Comments
 (0)