Skip to content

Commit 8b23167

Browse files
dependabot[bot]JayBazuziactions-user
authored
R!! Bump black from 22.12.0 to 23.1.0 (#71)
* R!! Bump black from 22.12.0 to 23.1.0 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.12.0...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * a - run tox -e fixformatting * a - update markdown with mdsnippets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jay Bazuzi <jay@bazuzi.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 0a64cb5 commit 8b23167

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def verify(go: Process) -> None:
2828
go.tell("Please do something.")
2929
go.verify(go.that("the thing is colored blue"))
3030
```
31-
<sup><a href='/example_usage.py#L3-L16' title='Snippet source file'>snippet source</a> | <a href='#snippet-example_usage' title='Start of snippet'>anchor</a></sup>
31+
<sup><a href='/example_usage.py#L4-L17' title='Snippet source file'>snippet source</a> | <a href='#snippet-example_usage' title='Start of snippet'>anchor</a></sup>
3232
<!-- endSnippet -->
3333

3434
# Versioning

constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ approval-utilities==8.1.0
33
approvaltests==8.1.0
44
attrs==22.2.0
55
beautifulsoup4==4.11.2
6-
black==22.12.0
6+
black==23.1.0
77
certifi==2022.12.7
88
charset-normalizer==3.0.1
99
click==8.1.3

example_usage.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from human_do_task import Process
22

3+
34
# begin-snippet: example_usage
45
def perform(go: Process) -> None:
56
go.tell("Please lorem.")

0 commit comments

Comments
 (0)