Skip to content

Commit

Permalink
install flake8 5
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Jul 17, 2023
1 parent f89859b commit 49945df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Requirements
run: |
python -m pip install --upgrade pip
pip install flake8 pylint pytest
pip install flake8==5.0.4 pylint pytest
pip install -r requirements.txt
pip install -r test/requirements.txt
python setup.py install
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ usedevelop = true
[testenv:lint]

commands =
flake8 --version
flake8 setup.py example stone test
pylint --rcfile=.pylintrc setup.py example stone test

Expand Down

0 comments on commit 49945df

Please sign in to comment.