Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Fix deprecated linter configuration #35

Closed
shahinism opened this issue Jul 25, 2024 · 0 comments
Closed

Python: Fix deprecated linter configuration #35

shahinism opened this issue Jul 25, 2024 · 0 comments

Comments

@shahinism
Copy link
Collaborator

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant