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

Disable ruff sort imports #3560

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Disable ruff sort imports #3560

merged 1 commit into from
Dec 15, 2023

Conversation

cgarciae
Copy link
Collaborator

@cgarciae cgarciae commented Dec 15, 2023

Changes

Remove the I001 rule (checks imports are sorted) from the ruff pre-commit hook because it doesn't behave the same as Google's internal tool.

cc @superbobry

# Changes
Remove the `I001` rule (checks imports are sorted) from the `ruff` pre-commit hook  because it doesn't behave the same as Google's internal tool.

cc @superbobry
@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (2e51a4e) 56.17% compared to head (4e852f5) 56.17%.
Report is 4 commits behind head on main.

Files Patch % Lines
flax/linen/attention.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3560   +/-   ##
=======================================
  Coverage   56.17%   56.17%           
=======================================
  Files         100      100           
  Lines       11890    11890           
=======================================
  Hits         6679     6679           
  Misses       5211     5211           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@copybara-service copybara-service bot merged commit c997093 into main Dec 15, 2023
21 checks passed
@copybara-service copybara-service bot deleted the cgarciae-patch-1 branch December 15, 2023 21:43
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.

3 participants