framework icon indicating copy to clipboard operation
framework copied to clipboard

chore: modernize ruff config to work with ruff >= v0.2

Open afuetterer opened this issue 2 months ago • 1 comments

This PR modernizes the ruff configuration to work with ruff >= v0.2.

It gets rid of these warnings:

$ ruff frictionless tests
warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.

and

$ ruff frictionless tests
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'
  - 'per-file-ignores' -> 'lint.per-file-ignores'

afuetterer avatar Apr 06 '24 10:04 afuetterer