Skip to content

Commit 139a3e9

Browse files
committed
Merge branch 'ruff-fn' of github.com:esciencecenter-digital-skills/python-intermediate-development into ruff-fn
2 parents 58c39f3 + 9200989 commit 139a3e9

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
@@ -233,7 +233,7 @@ with GitHub Actions - we will come back to automated linting in the episode on
233233
["Diagnosing Issues and Improving Robustness"](24-diagnosing-issues-improving-robustness.md).
234234

235235
```bash
236-
$ git add requirements.txt
236+
$ git add requirements.txt pyproject.toml
237237
$ git commit -m "Added Ruff library"
238238
$ git push origin style-fixes
239239
$ git switch develop

0 commit comments

Comments
 (0)