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
ruff gives test-crates/pyo3-pure/pyo3_pure.pyi:3:5: E704 Multiple statements on one line (def) while black formats it back to one line if you change it to
Need to figure out how to handle this because Flake8 and pycodestyle actually do flag these as errors (they just don't enable that rule by default, AFAICT).
ruff gives
test-crates/pyo3-pure/pyo3_pure.pyi:3:5: E704 Multiple statements on one line (def)
while black formats it back to one line if you change it toThe text was updated successfully, but these errors were encountered: