Commit 2682d80
committed
ruff.toml: Update for 0.2.0
There is a deprecation warning for top level lint settings:
warning: The top-level linter settings are deprecated in favour of their
counterparts in the `lint` section. Please update the following options
in `ruff.toml`:
- 'ignore' -> 'lint.ignore'
- 'select' -> 'lint.select'
Move these under the lint section. Additionally, update the link to the
rules.
Signed-off-by: Nathan Chancellor <[email protected]>1 parent fe11021 commit 2682d80
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
| |||
0 commit comments