Skip to content

Commit 219cac3

Browse files
[pre-commit.ci] pre-commit autoupdate (#244)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 24.1.1 → 24.4.0](psf/black@24.1.1...24.4.0) * [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 4360796 commit 219cac3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
# https://pre-commit.com/
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -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.1.1
20+
rev: 24.4.0
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.1.1"]
28+
additional_dependencies: ["black==24.4.0"]
2929
- id: blackdoc-autoupdate-black
3030
- repo: https://github.com/pycqa/flake8
3131
rev: 7.0.0

0 commit comments

Comments
 (0)