We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce26fb commit 35cb4bbCopy full SHA for 35cb4bb
.github/workflows/flake8-workfow.yaml
@@ -22,4 +22,4 @@ jobs:
22
pip install flake8
23
- name: run flake8
24
run: |
25
- python -m flake8
+ python -m flake8 --config-toml=./pyproject.toml
.github/workflows/show_files.yaml
0 commit comments