Skip to content

Commit 6c39bfd

Browse files
committed
Update README with new section names
1 parent ede4ded commit 6c39bfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 04_dependencies_ci.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ A common way to declare dependencies is to use a `requirements.txt` file.
106106
```{.toml filename="pyproject.toml"}
107107
[project.optional-dependencies]
108108
dev = ["pytest",
109-
"black==22.3.0",
109+
"ruff",
110110
"sphinx",
111111
"sphinx-rtd-theme",
112112
"myst-parser",

Diff for: projects/data_cleaning/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In this project, the script removes bad data from three different time series us
2727
## [Module 4: GitHub actions and auto-formatting](Project_module_04.md)
2828

2929
- 4.1 Github Action
30-
- 4.2 Ruff
31-
- 4.3 Black
30+
- 4.2 Linting with ruff
31+
- 4.3 Formatting with ruff
3232
- 4.4 pyproject.toml
3333

3434

0 commit comments

Comments
 (0)