Skip to content

Commit bf04d65

Browse files
[pre-commit.ci] pre-commit autoupdate (#824)
updates: - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0df66ce commit bf04d65

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
@@ -36,13 +36,13 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: "24.3.0"
39+
rev: "24.4.2"
4040
hooks:
4141
- id: black
4242

4343
# Autoformat: general small fixes
4444
- repo: https://github.com/pre-commit/pre-commit-hooks
45-
rev: v4.5.0
45+
rev: v4.6.0
4646
hooks:
4747
- id: end-of-file-fixer
4848
exclude_types: ["svg"]

0 commit comments

Comments
 (0)