We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72cd4fb + 91d92c6 commit 1aa486cCopy full SHA for 1aa486c
1 file changed
.github/workflows/format_code.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: "3.12"
25
cache: "pip"
26
- name: Run flake8
27
- uses: py-actions/flake8@v1
+ uses: py-actions/flake8@v2
28
with:
29
ignore: "F401,E501"
30
args: "--exit-zero --select=E"
0 commit comments