Skip to content

Commit 93f08ad

Browse files
dependabot[bot]m-messerclaude
authored
build(deps-dev): bump black from 24.3.0 to 26.3.1 (#30)
* build(deps-dev): bump black from 24.3.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump black from 24.3.0 to 26.3.1 Bumps [black](https://github.com/psf/black) from 24.3.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * style: reformat with black 26.3.1 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xutgeuw4f1qF62FcQaJm4b --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcus Messer <marcus@marcusm.co.uk> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 6290f52 commit 93f08ad

3 files changed

Lines changed: 996 additions & 511 deletions

File tree

in2lambda/filters/markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def filter(
119119
func: Callable[
120120
[pf.Element, pf.elements.Doc, Set, bool],
121121
Optional[pf.Str],
122-
]
122+
],
123123
) -> Callable[
124124
[pf.Element, pf.elements.Doc, Set, str, bool],
125125
Optional[pf.Str],

0 commit comments

Comments
 (0)