Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixing: ``` $ ruff check . 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`: - 'fixable' -> 'lint.fixable' - 'ignore' -> 'lint.ignore' - 'select' -> 'lint.select' - 'flake8-pytest-style' -> 'lint.flake8-pytest-style' - 'isort' -> 'lint.isort' - 'mccabe' -> 'lint.mccabe' - 'per-file-ignores' -> 'lint.per-file-ignores' warning: `PGH001` has been remapped to `S307`. warning: `TRY200` has been remapped to `B904`. ``` (cherry picked from commit 0b779ba) Co-authored-by: Ondřej Gajdušek <[email protected]>
- Loading branch information