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

ci: fix ruff linter #5984

Merged
merged 1 commit into from
Oct 19, 2023
Merged

ci: fix ruff linter #5984

merged 1 commit into from
Oct 19, 2023

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
16 checks passed
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