Skip to content

Commit ea49381

Browse files
authored
ci: adding CHANGELOG.md to codespell ignore (#156)
1 parent 91003e5 commit ea49381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Huggingface backend does not properly pad inputs ([#145](https://github.com/generative-computing/mellea/issues/145)) ([`a079c77`](https://github.com/generative-computing/mellea/commit/a079c77d17f250faaafb0cd9bcc83972c2186683))
1313
* Return to old logo ([#132](https://github.com/generative-computing/mellea/issues/132)) ([`f08d2ec`](https://github.com/generative-computing/mellea/commit/f08d2ec8af680ffee004ba436123a013efae7063))
1414
* Alora version and image printing in messages ([#130](https://github.com/generative-computing/mellea/issues/130)) ([`2b3ff55`](https://github.com/generative-computing/mellea/commit/2b3ff55fcfb61ef30a26365b9497b31df7339226))
15-
* Remove ModelOption.THINKING from automatic mapping because it's explicitely handled in line #417 (which was causing parameter conflicts) ([#124](https://github.com/generative-computing/mellea/issues/124)) ([`b5c2a39`](https://github.com/generative-computing/mellea/commit/b5c2a394e3bc62961a55310aeb5944238791dbc1))
15+
* Remove ModelOption.THINKING from automatic mapping because it's explicitly handled in line #417 (which was causing parameter conflicts) ([#124](https://github.com/generative-computing/mellea/issues/124)) ([`b5c2a39`](https://github.com/generative-computing/mellea/commit/b5c2a394e3bc62961a55310aeb5944238791dbc1))
1616

1717
### Documentation
1818

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ignore-words-list = 'mellea,hashi,noo,Asai,asai,nd'
163163
check-filenames = true
164164
check-hidden = false
165165
regex = "(?<![a-z])[a-z'`]+|[A-Z][a-z'`]*|[a-z]+'[a-z]*|[a-z]+(?=[_-])|[a-z]+(?=[A-Z])|\\d+"
166-
skip = 'requirements.txt,uv.lock'
166+
skip = 'requirements.txt,uv.lock,CHANGELOG.md'
167167

168168
[tool.mypy]
169169
disable_error_code = ["empty-body", "import-untyped"]

0 commit comments

Comments
 (0)