ci(typos): allow misspelling of flavour for python files (#136)
This commit is contained in:
parent
8ffa0e802b
commit
f8add14f81
@ -5,6 +5,10 @@ locale = "en-us"
|
|||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
Ren = "Ren"
|
Ren = "Ren"
|
||||||
|
|
||||||
|
# catppuccin python spelling
|
||||||
|
[type.py.extend-identifiers]
|
||||||
|
Flavour = "Flavour"
|
||||||
|
|
||||||
[type.css]
|
[type.css]
|
||||||
extend-ignore-re = [
|
extend-ignore-re = [
|
||||||
# generated classnames from css modules
|
# generated classnames from css modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user