Skip to content

Commit ac4c665

Browse files
[pre-commit.ci] pre-commit autoupdate (#98)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 45293e7 commit ac4c665

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
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.2
3+
rev: v0.3.3
44
hooks:
55
- id: ruff
66
args: [--fix]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.2.0
9+
rev: 24.3.0
1010
hooks:
1111
- id: black
1212
language_version: python3.12

0 commit comments

Comments
 (0)