mirror of https://github.com/Textualize/rich.git
fix(codespell): include README.it.md to codespell exclusions
This commit is contained in:
parent
7c96a8f9d7
commit
215efa6f79
|
@ -7,4 +7,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: python3 -m pip install codespell
|
- run: python3 -m pip install codespell
|
||||||
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
|
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
|
||||||
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,*.svg"
|
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,./README.it.md,*.svg"
|
||||||
|
|
Loading…
Reference in New Issue