File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11repos :
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]
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Simple Proxying
77Using the via arg of specs we can create a gateway
88whose 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
1111and uses it to control new workers and their environment
1212
1313::
You can’t perform that action at this time.
0 commit comments