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