Skip to content

Commit 5ce59a0

Browse files
committed
Add the flake8 for src dir
Signed-off-by: jiyeong.seok <[email protected]>
1 parent 192fbd8 commit 5ce59a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
pip install tox
3131
- name: Run Tox
3232
run: |
33+
tox -e release_flake8
3334
tox -e release
3435
reuse:
3536
runs-on: ubuntu-latest

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,10 @@ commands =
4141
# Test - run pytest
4242
pytest
4343

44+
[testenv:release_flake8]
45+
deps =
46+
-r{toxinidir}/requirements-dev.txt
47+
wheel = true
48+
commands =
4449
# Test - check PEP8
4550
pytest -v --flake8

0 commit comments

Comments
 (0)