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 1
1
repos :
2
2
- repo : https://github.com/codespell-project/codespell
3
- rev : v2.2.5
3
+ rev : v2.2.6
4
4
hooks :
5
5
- id : codespell
6
6
- repo : https://github.com/psf/black
@@ -19,12 +19,12 @@ repos:
19
19
- id : end-of-file-fixer
20
20
- id : check-yaml
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.13 .0
22
+ rev : v3.14 .0
23
23
hooks :
24
24
- id : pyupgrade
25
25
args : [--py37-plus]
26
26
- repo : https://github.com/asottile/reorder-python-imports
27
- rev : v3.11 .0
27
+ rev : v3.12 .0
28
28
hooks :
29
29
- id : reorder-python-imports
30
30
args : ['--application-directories=execnet', --py37-plus]
Original file line number Diff line number Diff line change 130
130
(this also fixes the bpython interaction issues)
131
131
132
132
- 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 `
134
134
this feature is experimental and will be refined in future releases.
135
135
Thanks Christian Theune for the discussion and the initial pull request.
136
136
432
432
433
433
* make internal protocols more robust against serialization failures
434
434
435
- * fix a seralization bug with nested tuples containing empty tuples
435
+ * fix a serialization bug with nested tuples containing empty tuples
436
436
(thanks to ronny for discovering it)
437
437
438
438
* 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
7
7
Using the via arg of specs we can create a gateway
8
8
whose io is created on a remote gateway and proxied to the master.
9
9
10
- The simlest use case, is where one creates one master process
10
+ The simplest use case, is where one creates one master process
11
11
and uses it to control new workers and their environment
12
12
13
13
::
You can’t perform that action at this time.
0 commit comments