You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, ruff does not have the concept of warnings. Every check failure is an error. However, since git_ruff.py interprets the check results, we can demote violations of specific rules to warnings. Let's investigate this.