Skip to content

Commit 134527b

Browse files
authored
Merge pull request #313 from OpenLightingProject/peternewman-codespell-git
Switch back to git codespell
2 parents ece1f2a + 6da1890 commit 134527b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.codespellignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
(0x20B9, "ARRI -- Arnold & Richter Cine Technik GmbH & Co. Betriebs KG"),
2323
(0x4D54, "medien technik cords"),
2424
(0x4D5A, "Covert Science GmbH"),
25+
(0x5005, "MEDIAM Ltd. (Modus brand)"),
2526
(0x500C, "L.E.C. Societe Lyonnaise D' Equipement Et De Controle"),
2627
(0x5431, "AUTOLUX Handels- und ProduktionsgmbH"),
2728
(0x5655, "Shenzhen CAS VU Technologies Co., Ltd."),

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
if [ "$TASK" = "flake8" -o "$TASK" = "flake8-wip" ]; then pip install flake8; fi
2222
# If this causes SSL errors, then Sourceforge is probably in disaster recovery mode and needing Javascript. Could switch to a specific mirror, e.g. kent.dl.sourceforge.net
2323
if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi
24-
#if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi
25-
if [ "$TASK" = "codespell" ]; then pip install codespell; fi
24+
if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi
25+
#if [ "$TASK" = "codespell" ]; then pip install codespell; fi
2626
sudo apt-get install xvfb
2727
sudo apt-get install libhtml-parser-perl
2828
sudo apt-get install lintian

0 commit comments

Comments
 (0)