Skip to content

Commit a1d9b0a

Browse files
Extend ignore-words-list codespell
1 parent d8c3680 commit a1d9b0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ target-version = ['py310', 'py311', 'py312', 'py313', 'py314']
108108
[tool.codespell]
109109
builtin = "clear,rare,informal,names"
110110
check-filenames = true
111-
ignore-words-list = "amin,arange,elemt,fro,hist,ith,mone,nd,nin,sinc,vart,GroupT,AccessorT,IndexT"
111+
ignore-words-list = "amin,arange,elemt,fro,hist,ith,mone,nd,nin,sinc,vart,GroupT,AccessorT,IndexT,fpT"
112112
quiet-level = 3
113113

114114
[tool.coverage.report]

0 commit comments

Comments
 (0)