Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Ruff top-level linter settings are deprecated in favour of lint section #35

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 12, 2024

Remove the following warnings:

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:

  • 'dummy-variable-rgx' -> 'lint.dummy-variable-rgx'
  • 'fixable' -> 'lint.fixable'
  • 'ignore' -> 'lint.ignore'
  • 'select' -> 'lint.select'
  • 'unfixable' -> 'lint.unfixable'
  • 'mccabe' -> 'lint.mccabe'

Copy link

github-actions bot commented Sep 2, 2024

This pull request has been marked as stale. It will be closed in 14 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Sep 2, 2024
@cclauss
Copy link
Contributor Author

cclauss commented Sep 2, 2024

Please have a human being review the proposed changes instead of a bot.

@cclauss
Copy link
Contributor Author

cclauss commented Sep 2, 2024

@brucearctor

@github-actions github-actions bot removed the Stale label Sep 3, 2024
Copy link

This pull request has been marked as stale. It will be closed in 14 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Sep 25, 2024
@cclauss
Copy link
Contributor Author

cclauss commented Sep 25, 2024

Let's get a human do code review instead of a machine.

@github-actions github-actions bot removed the Stale label Sep 26, 2024
@charliermarsh
Copy link

@cclauss -- Thank you, I applied this in https://github.com/astral-sh/ruff-action.

@cclauss cclauss deleted the patch-3 branch October 9, 2024 16:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants