Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #226

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/psf/black
Expand All @@ -19,12 +19,12 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.11.0
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: ['--application-directories=execnet', --py37-plus]
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
(this also fixes the bpython interaction issues)

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

Expand Down Expand Up @@ -432,7 +432,7 @@

* make internal protocols more robust against serialization failures

* fix a seralization bug with nested tuples containing empty tuples
* fix a serialization bug with nested tuples containing empty tuples
(thanks to ronny for discovering it)

* setting the environment variable EXECNET_DEBUG will generate per
Expand Down
2 changes: 1 addition & 1 deletion doc/example/test_proxy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Simple Proxying
Using the via arg of specs we can create a gateway
whose io is created on a remote gateway and proxied to the master.

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

::
Expand Down