Skip to content

Commit

Permalink
Bump codespell from v2.3.0 to v2.4.0 (#554)
Browse files Browse the repository at this point in the history
Bump codespell from v2.3.0 to v2.4.0
  • Loading branch information
brutusthebee authored Jan 27, 2025
1 parent 4a52576 commit ac461d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions changes/554.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The ``pre-commit`` hook for ``codespell`` was updated to its latest version.
2 changes: 1 addition & 1 deletion docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Bugfixes
* Background threads will no longer lock up on iOS when an asyncio event loop is
in use. (`#228 <https://github.com/beeware/rubicon-objc/issues/228>`__)
* The ``ObjCInstance`` cache no longer returns a stale wrapper objects if a memory
address is re-used by the Objective C runtime. (`#249
address is reused by the Objective C runtime. (`#249
<https://github.com/beeware/rubicon-objc/issues/249>`__)
* It is now safe to open an asyncio event loop on a secondary thread. Previously
this would work, but would intermittently fail with a segfault when then loop
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ the same Python shell. If you try, you'll get an error:
You'll need to be careful (and sometimes, painfully verbose) when choosing class
names.

To allow a class name to be re-used, you can set the class variable
To allow a class name to be reused, you can set the class variable
:attr:`~rubicon.objc.api.ObjCClass.auto_rename` to ``True``. This option enables
automatic renaming of the Objective C class if a naming collision is detected:

Expand Down

0 comments on commit ac461d6

Please sign in to comment.