ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

ruff.toml: Update for 0.2.0 #117

Closed nathanchance closed 9 months ago

nathanchance commented 9 months ago

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.