Commit 14fa200
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 <nathan@kernel.org>1 parent 767e014 commit 14fa200
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| |||
0 commit comments