Skip to content

Conversation

engineerakki
Copy link
Contributor

The issue

Ruff linter had stopped working due to a deprecated argument being used in our CI.
This PR aims to fix #5983

The fix

In our GitHub actions for Ruff linter, we use the new option of --output-format instead of deprecated "--format"

The checklist

  • Associated issue: ruff linter CI broke #5983
  • A news fragment in the news/ directory to describe this fix with the extension .bugfix.rst, .feature.rst, .behavior.rst, .doc.rst. .vendor.rst. or .trivial.rst (this will appear in the release changelog). Use semantic line breaks and name the file after the issue number or the PR #.

@matteius
Copy link
Member

@engineerakki Looks like this fixed the ruff linter, but the regular linter wants the news file to be adjusted.

@engineerakki
Copy link
Contributor Author

@engineerakki Looks like this fixed the ruff linter, but the regular linter wants the news file to be adjusted.

This is fixed now.

@matteius matteius merged commit 8f9d25a into pypa:main Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ruff linter CI broke

2 participants