Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: Updated ruff deprecated settings
Addresses these deprecated messages from ruff: ``` 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-annotations' -> 'lint.flake8-annotations' - 'pydocstyle' -> 'lint.pydocstyle' ```
- Loading branch information