File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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/latest/download/biome-linux-x64" -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/latest/download/biome-linux-x64" -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
You can’t perform that action at this time.
0 commit comments