Skip to content

Commit 9cedc53

Browse files
fnattinosjvrijn
andauthored
Update episodes/24-diagnosing-issues-improving-robustness.md
Co-authored-by: Sander van Rijn <svr003@gmail.com>
1 parent 120ce8b commit 9cedc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/24-diagnosing-issues-improving-robustness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ Then once complete, under the build(s) reports you should see
907907
an entry with the output from Ruff as before,
908908
but with a more concise format.
909909
910-
So we specified `--exit-zero` so that the builds will not fail even if some of
910+
We specified `--exit-zero` so that the builds will not fail even if some of
911911
the linting rules are not followed.
912912
If we decide as a team on a set of rules to be followed for our codebase,
913913
we can remove this option.

0 commit comments

Comments
 (0)