Skip to content

Commit 6ccf4ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.277...v0.0.288) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](asottile/pyupgrade@v3.9.0...v3.10.1)
1 parent f937126 commit 6ccf4ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: check-vcs-permalinks
1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 23.9.1
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.277
19+
rev: v0.0.288
2020
hooks:
2121
- id: ruff
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.9.0
23+
rev: v3.10.1
2424
hooks:
2525
- id: pyupgrade
2626
args: ["--py38-plus"]

0 commit comments

Comments
 (0)