mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
all: Upgrade codespell to v2.4.1.
This commit upgrades from codespell==2.2.6 to the current codespell==2.4.1, adding emac to the ignore-words-list. Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
committed by
Damien George
parent
8b1ed4473d
commit
5e206fdeb5
@@ -74,7 +74,7 @@ MP_DEFINE_CONST_OBJ_TYPE(
|
||||
// - A custom representation for __repr__ and __str__.
|
||||
// - Custom attribute handling to create a read/write "property".
|
||||
//
|
||||
// It re-uses some of the elements of the basic Timer class. This is allowed
|
||||
// It reuses some of the elements of the basic Timer class. This is allowed
|
||||
// because they both use example_Timer_obj_t as the instance structure.
|
||||
|
||||
// Handles AdvancedTimer.__repr__, AdvancedTimer.__str__.
|
||||
|
||||
Reference in New Issue
Block a user