Skip to content

Commit c28eff0

Browse files
[pre-commit.ci] pre-commit autoupdate (#253)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 219cac3 commit c28eff0

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
@@ -17,15 +17,15 @@ repos:
1717
- id: isort
1818
# https://github.com/python/black#version-control-integration
1919
- repo: https://github.com/psf/black
20-
rev: 24.4.0
20+
rev: 24.4.2
2121
hooks:
2222
- id: black
2323
- id: black-jupyter
2424
- repo: https://github.com/keewis/blackdoc
2525
rev: v0.3.9
2626
hooks:
2727
- id: blackdoc
28-
additional_dependencies: ["black==24.4.0"]
28+
additional_dependencies: ["black==24.4.2"]
2929
- id: blackdoc-autoupdate-black
3030
- repo: https://github.com/pycqa/flake8
3131
rev: 7.0.0

0 commit comments

Comments
 (0)