DataChefHQ / inception

DataChef's project kickstarter! Reproducible, Declarative and Reliable development environments.
MIT License
9 stars 0 forks source link

Python: Fix deprecated linter configuration #35

Closed shahinism closed 1 month ago

shahinism commented 1 month ago
  1 git … commit --
editorconfig-checker.....................................................Passed
nixfmt...................................................................Passed
pyright..................................................................Passed
ruff.....................................................................Failed
- hook id: ruff
- exit code: 1

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`:
  - 'select' -> 'lint.select'
  - 'pydocstyle' -> 'lint.pydocstyle'
src/cheflings/__init__.py:1:1: D104 Missing docstring in public package
Found 1 error.

yamllint.............................................(no files to check)Skipped