Skip to content

Commit c927232

Browse files
[pre-commit.ci] pre-commit autoupdate (#177)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.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 a8cdc41 commit c927232

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: codespell
77
- repo: https://github.com/psf/black
8-
rev: 22.12.0
8+
rev: 23.1.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/asottile/blacken-docs

doc/example/redirect_remote_output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"""
2121
).receive()
2222

23+
2324
# note: callbacks execute in receiver thread!
2425
def write(data):
2526
print("received:", repr(data))

doc/example/remotecmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22

3+
34
# contents of: remotecmd.py
45
def simple(arg):
56
return arg + 1

0 commit comments

Comments
 (0)