Skip to content

Commit 0051f6e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.13...v0.2.1) - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0)
1 parent a3e0097 commit 0051f6e

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.13'
22+
rev: 'v0.2.1'
2323
hooks:
2424
- id: ruff
2525
- repo: https://github.com/psf/black
26-
rev: 23.12.1
26+
rev: 24.2.0
2727
hooks:
2828
- id: black
2929
language_version: python3

0 commit comments

Comments
 (0)