Skip to content
Snippets Groups Projects
Commit 6050d51b authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Update flake8 version in github action

parent 08d0802c
No related branches found
No related tags found
2 merge requests!131WIP: Fix linting,!125Update CI config
...@@ -23,7 +23,7 @@ jobs: ...@@ -23,7 +23,7 @@ jobs:
if: always() if: always()
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flake8==3.9.1 pylint==2.13.8 pip install flake8==4.0.1 pylint==2.13.8
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi #if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run black - name: Run black
uses: psf/black@stable uses: psf/black@stable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment