Skip to content

Commit 5d7f502

Browse files
[pre-commit.ci] pre-commit autoupdate (#152)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d5ab30f commit 5d7f502

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 21.12b0
4+
rev: 22.1.0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
88
- repo: https://github.com/asottile/blacken-docs
9-
rev: v1.12.0
9+
rev: v1.12.1
1010
hooks:
1111
- id: blacken-docs
1212
additional_dependencies: [black==19.3b0]
@@ -18,7 +18,7 @@ repos:
1818
- id: fix-encoding-pragma
1919
- id: check-yaml
2020
- repo: https://github.com/asottile/reorder_python_imports
21-
rev: v2.6.0
21+
rev: v2.7.1
2222
hooks:
2323
- id: reorder-python-imports
2424
args: ['--application-directories=execnet']

doc/example/svn-sync-repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def svn_load(repo, dumpchannel, maxcount=100):
106106
if count <= 0:
107107
dumpchannel.send(maxcount)
108108
count = maxcount
109-
print >>sys.stdout
109+
print >> sys.stdout
110110
f.close()
111111

112112

doc/example/sysinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def getcpuinfo(self):
119119

120120

121121
def debug(*args):
122-
print >>sys.stderr, " ".join(map(str, args))
122+
print >> sys.stderr, " ".join(map(str, args))
123123

124124

125125
def error(*args):

0 commit comments

Comments
 (0)