Skip to content

Commit 9200989

Browse files
fnattinosjvrijn
andauthored
Update episodes/16-verifying-code-style-linters.md
Co-authored-by: Sander van Rijn <svr003@gmail.com>
1 parent 6259152 commit 9200989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/16-verifying-code-style-linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ with GitHub Actions - we will come back to automated linting in the episode on
265265
["Diagnosing Issues and Improving Robustness"](24-diagnosing-issues-improving-robustness.md).
266266

267267
```bash
268-
$ git add requirements.txt
268+
$ git add requirements.txt pyproject.toml
269269
$ git commit -m "Added Ruff library"
270270
$ git push origin style-fixes
271271
$ git switch develop

0 commit comments

Comments
 (0)