Skip to content

Commit 77769e7

Browse files
committed
actually make lint-code.py respect pyroject.toml configuration
1 parent 8a3a2b7 commit 77769e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
python -m pip install --upgrade pip setuptools wheel
9595
echo "::endgroup::"
9696
echo "::group::Run pip install .[test] flake8 Flake8-pyproject"
97-
pip install .[test] flake8
97+
pip install .[test] flake8 Flake8-pyproject
9898
echo "::endgroup::"
9999
- name: Run full tests (unless -skip-exe)
100100
if: ${{ !contains(matrix.name, '-skip-exe') }}

0 commit comments

Comments
 (0)