mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
revert "arange" typo ignore
This commit is contained in:
parent
6c40f56c3f
commit
ef427538a6
|
@ -148,7 +148,6 @@ extend-ignore-identifiers-re = ["NDArray*", "interm", "af000ded"]
|
||||||
|
|
||||||
[tool.typos.default.extend-words]
|
[tool.typos.default.extend-words]
|
||||||
adaptee = "adaptee" # Common name for an adapter's target
|
adaptee = "adaptee" # Common name for an adapter's target
|
||||||
arange = "arange" # Commonly used via `from torch import arange`
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
|
|
Loading…
Reference in a new issue