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
The ruff style is better and much more readable! E.g. above examples and this here:
- assert (- not should_fail- ), "Creating a school(%s) cli with dc_name=%s was unexpectedly successful" % (- school,- dc_name,+ assert not should_fail, (+ "Creating a school(%s) cli with dc_name=%s was unexpectedly successful"+ % (+ school,+ dc_name,+ )
)
The ruff version is v0.1.3.
Original code:
Black:
ruff:
See https://play.ruff.rs/f16cda56-ec7f-4b88-9dc9-1ba2dd18b39b
The text was updated successfully, but these errors were encountered: