Skip to content

Commit 23b7909

Browse files
replaced select in the tool.ruff section in the toml file with lint.select cause it's deprecated (#343)
Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
1 parent c059de7 commit 23b7909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s2_organisation_and_version_control/good_coding_practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ the `pyproject.toml` file.
131131

132132
```toml
133133
[tool.ruff]
134-
select = ["I"]
134+
lint.select = ["I"]
135135
```
136136

137137
and try re-running `ruff check` and `ruff format`. Hopefully this should reorganize your imports to follow common

0 commit comments

Comments
 (0)