diff --git a/.codespellignore b/.codespellignore index 6e68fdba..b8f7c193 100644 --- a/.codespellignore +++ b/.codespellignore @@ -22,6 +22,7 @@ (0x20B9, "ARRI -- Arnold & Richter Cine Technik GmbH & Co. Betriebs KG"), (0x4D54, "medien technik cords"), (0x4D5A, "Covert Science GmbH"), + (0x5005, "MEDIAM Ltd. (Modus brand)"), (0x500C, "L.E.C. Societe Lyonnaise D' Equipement Et De Controle"), (0x5431, "AUTOLUX Handels- und ProduktionsgmbH"), (0x5655, "Shenzhen CAS VU Technologies Co., Ltd."), diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcc06af5..d46f7a1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,8 +21,8 @@ jobs: if [ "$TASK" = "flake8" -o "$TASK" = "flake8-wip" ]; then pip install flake8; fi # 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 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 - #if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi - if [ "$TASK" = "codespell" ]; then pip install codespell; fi + if [ "$TASK" = "codespell" ]; then pip install git+https://github.com/codespell-project/codespell.git; fi + #if [ "$TASK" = "codespell" ]; then pip install codespell; fi sudo apt-get install xvfb sudo apt-get install libhtml-parser-perl sudo apt-get install lintian