Skip to content

Commit

Permalink
ci(python): update flake8 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 16, 2024
1 parent 8c0f66f commit 1a30eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[flake8]
filename =
*.py,
*.pys
*.py
max-line-length = 120
extend-exclude =
venv/
3 changes: 1 addition & 2 deletions .github/workflows/python-flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:

- name: Install dependencies
run: |
# pin flake8 before v6.0.0 due to removal of support for type comments (required for Python 2.7 type hints)
python -m pip install --upgrade pip setuptools "flake8<6"
python -m pip install --upgrade pip setuptools flake8
- name: Test with flake8
run: |
Expand Down

0 comments on commit 1a30eab

Please sign in to comment.