File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ jobs:
127127 run : |
128128 . venv/bin/activate
129129 pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual pylint
130- - name : Biome lint
131- run : |
132- . venv/bin/activate
133- mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.0.0/biome-darwin-arm64" -o ./tmp/biome && chmod +x ./tmp/biome
134- pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
130+ # - name: Biome lint
131+ # run: |
132+ # . venv/bin/activate
133+ # mkdir -p ./tmp && curl -sL "https://github.com/biomejs/biome/releases/download/%40biomejs%2Fbiome%402.0.0/biome-darwin-arm64" -o ./tmp/biome && chmod +x ./tmp/biome
134+ # pre-commit run --show-diff-on-failure --color=always --all-files --hook-stage manual biome
135135 - name : Lint markdown files
136136 run : |
137137 . venv/bin/activate
Original file line number Diff line number Diff line change @@ -61,8 +61,9 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
6161fi
6262
6363if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " linting" ] ; then
64- echo " ... biome-ing (prettier) ..."
65- biome_format
64+ # Disabled as per #270
65+ # echo "... biome-ing (prettier) ..."
66+ # biome_format
6667
6768 echo " ... ruff checking ..."
6869 ruff check plugwise_usb/ tests/
You can’t perform that action at this time.
0 commit comments