summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-12-20 12:10:18 -0800
committerGitHub <noreply@github.com>2024-12-20 12:10:18 -0800
commit43da2c7ff5069a4cb5733b4efcdbd573977e3c46 (patch)
tree0a7a8505fb2cc9f060bb77a37845a99a5ad47b74 /.github/workflows/ci.yml
parentac7cae5ba45f2995b045927ed1d7c03f1fded227 (diff)
downloadbinaryen-43da2c7ff5069a4cb5733b4efcdbd573977e3c46.tar.gz
binaryen-43da2c7ff5069a4cb5733b4efcdbd573977e3c46.tar.bz2
binaryen-43da2c7ff5069a4cb5733b4efcdbd573977e3c46.zip
Update flake8 and fix errors (#7172)
The flake8 we were running on CI was too old and began giving spurious errors about the uninterpreted contents of f-strings. Update to the latest flake8 and fix all the new errors, including the previously incorrect comment syntax in the .flake8 file. Also remove scripts/storage.py, since it didn't seem to be used for anything we currently need.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 01b125a7a..b826c840b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- name: install tools
run: |
- sudo pip3 install -r requirements-dev.txt
+ pip3 install -r requirements-dev.txt
sudo apt install lsb-release wget software-properties-common gnupg
wget https://apt.llvm.org/llvm.sh
sudo chmod +x llvm.sh