Skip to content

Commit 41aeb5f

Browse files
[pre-commit.ci] pre-commit autoupdate (#240)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) * [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 64cbc3d commit 41aeb5f

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: 23.12.1
20+
rev: 24.1.1
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==23.12.1"]
28+
additional_dependencies: ["black==24.1.1"]
2929
- id: blackdoc-autoupdate-black
3030
- repo: https://github.com/pycqa/flake8
3131
rev: 7.0.0

0 commit comments

Comments
 (0)