Skip to content

Commit

Permalink
Fix directories for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Jan 18, 2025
1 parent c4c70e0 commit 80e53af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names in the entire repo
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# stricter tests for mission critical code
flake8 --count pgzero pgzrun.py test
flake8 --count src test
- name: Install xvfb and pulseaudio
run: |
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py36, py37, py38, py39, py310, flake8
[testenv:flake8]
basepython=python
deps=flake8
commands=flake8 pgzero pgzrun.py test examples
commands=flake8 src test examples

[testenv]
passenv=
Expand Down

0 comments on commit 80e53af

Please sign in to comment.