Skip to content

Commit c3182df

Browse files
committed
made flake8 call more specific
1 parent 51286e6 commit c3182df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip setuptools flake8
2525
pip install -e '.[tests]'
2626
- name: flake8
27-
run: flake8
27+
run: flake8 python_utils setup.py
2828
- name: pytest
2929
run: py.test
3030

0 commit comments

Comments
 (0)