Skip to content

Commit 07b2c8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
1 parent 593ee46 commit 07b2c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
args: [--fix=lf]
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.4.1
14+
rev: v0.4.2
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
1818
- repo: https://github.com/psf/black
19-
rev: 24.4.0
19+
rev: 24.4.2
2020
hooks:
2121
- id: black
2222
- repo: meta

0 commit comments

Comments
 (0)