Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#226)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
pre-commit-ci[bot] and nicoddemus authored Oct 3, 2023
1 parent 3ee8d6b commit 72169df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit 72169df

Please sign in to comment.