Skip to content

Commit 72169df

Browse files
[pre-commit.ci] pre-commit autoupdate (#226)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/asottile/pyupgrade: v3.13.0 → v3.14.0](asottile/pyupgrade@v3.13.0...v3.14.0) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) * Fix typos * Fix typos --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 3ee8d6b commit 72169df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.2.5
3+
rev: v2.2.6
44
hooks:
55
- id: codespell
66
- repo: https://github.com/psf/black
@@ -19,12 +19,12 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.13.0
22+
rev: v3.14.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]
2626
- repo: https://github.com/asottile/reorder-python-imports
27-
rev: v3.11.0
27+
rev: v3.12.0
2828
hooks:
2929
- id: reorder-python-imports
3030
args: ['--application-directories=execnet', --py37-plus]

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
(this also fixes the bpython interaction issues)
131131

132132
- Fix issue38: provide ability to connect to Vagrant VMs easily
133-
using :code:`vagrant_ssh=defaut` or :code:`vagrant_ssh=machinename`
133+
using :code:`vagrant_ssh=default` or :code:`vagrant_ssh=machinename`
134134
this feature is experimental and will be refined in future releases.
135135
Thanks Christian Theune for the discussion and the initial pull request.
136136

@@ -432,7 +432,7 @@
432432

433433
* make internal protocols more robust against serialization failures
434434

435-
* fix a seralization bug with nested tuples containing empty tuples
435+
* fix a serialization bug with nested tuples containing empty tuples
436436
(thanks to ronny for discovering it)
437437

438438
* setting the environment variable EXECNET_DEBUG will generate per

doc/example/test_proxy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple Proxying
77
Using the via arg of specs we can create a gateway
88
whose io is created on a remote gateway and proxied to the master.
99

10-
The simlest use case, is where one creates one master process
10+
The simplest use case, is where one creates one master process
1111
and uses it to control new workers and their environment
1212

1313
::

0 commit comments

Comments
 (0)