willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

update ruff configuration #123

Closed willkg closed 4 months ago

willkg commented 5 months ago

When the ruff project added format subcommand, they changed the configuration. We should update.

Particularly, we're getting this warning:

warning: The top-level linter settings are deprecated in favour of their counterparts in the `lint`
section. Please update the following options in `pyproject.toml`:
  - 'ignore' -> 'lint.ignore'
  - 'select' -> 'lint.select'
  - 'flake8-quotes' -> 'lint.flake8-quotes'