We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4100c6c commit d5c5b7bCopy full SHA for d5c5b7b
1 file changed
.github/workflows/on-stage.yaml
@@ -17,6 +17,7 @@ jobs:
17
def plus_one(numbers: list[int]) -> list[int]:
18
return [n + 1 for n in numbers]
19
PY
20
+ cat baseball.py
21
- name: Run flake8-kotoha
22
run: |
23
set +e
0 commit comments