Skip to content

Commit a3e0097

Browse files
[pre-commit.ci] pre-commit autoupdate (#77)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.13](astral-sh/ruff-pre-commit@v0.1.4...v0.1.13) - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4318bf commit a3e0097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: vulture
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.1.4'
22+
rev: 'v0.1.13'
2323
hooks:
2424
- id: ruff
2525
- repo: https://github.com/psf/black
26-
rev: 23.10.1
26+
rev: 23.12.1
2727
hooks:
2828
- id: black
2929
language_version: python3

0 commit comments

Comments
 (0)