File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Original file line number Diff line number Diff line change 29
29
- id : ruff
30
30
args : ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
31
31
- id : ruff-format
32
+
33
+ - repo : https://github.com/codespell-project/codespell
34
+ rev : " 193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
35
+ hooks :
36
+ - id : codespell
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ see release notes for v0.2rc0 below for details.
112
112
- Update year [ \# 43] ( https://github.com/scientific-python/lazy-loader/pull/43 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
113
113
- Update GH actions [ \# 42] ( https://github.com/scientific-python/lazy-loader/pull/42 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
114
114
- Update pre-commit [ \# 41] ( https://github.com/scientific-python/lazy-loader/pull/41 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
115
- - Update optional depedencies [ \# 40] ( https://github.com/scientific-python/lazy-loader/pull/40 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
115
+ - Update optional dependencies [ \# 40] ( https://github.com/scientific-python/lazy-loader/pull/40 ) ([ jarrodmillman] ( https://github.com/jarrodmillman ) )
116
116
- Fix extension substitution to work with ` \*.pyc ` files [ \# 39] ( https://github.com/scientific-python/lazy-loader/pull/39 ) ([ Czaki] ( https://github.com/Czaki ) )
117
117
- Sort returned \_\_ all\_\_ [ \# 34] ( https://github.com/scientific-python/lazy-loader/pull/34 ) ([ stefanv] ( https://github.com/stefanv ) )
118
118
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def __getattr__(self, x):
112
112
fd = self .__frame_data
113
113
raise ModuleNotFoundError (
114
114
f"{ self .__message } \n \n "
115
- "This error is lazily reported, having originally occured in\n "
115
+ "This error is lazily reported, having originally occurred in\n "
116
116
f' File { fd ["filename" ]} , line { fd ["lineno" ]} , in { fd ["function" ]} \n \n '
117
117
f'----> { "" .join (fd ["code_context" ] or "" ).strip ()} '
118
118
)
You can’t perform that action at this time.
0 commit comments