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
See Frischmuth's pyproject.toml ("I" is the relevant ruleset for import sorting).
This should get tested locally by team members before adding it to main – there were some (non-obvious) discrepancies between how Ruff picked up on settings on my system vs. how it did (not) on GitHub. ... IIRC my Ruff infered src and known-first-party without them having to be set explicitly.
The text was updated successfully, but these errors were encountered:
koeaw
added
the
tooling
Tools, workflows, integrations etc. relevant to project maintenance, deployment, collaboration
label
Jun 5, 2024
there were some (non-obvious) discrepancies between how Ruff picked up on settings on my system vs. how it did (not) on GitHub. ... IIRC my Ruff infered src and known-first-party without them having to be set explicitly
could you explain what exactly that means? I fail to see exactly what exactly I should be testing for
See Frischmuth's
pyproject.toml
("I"
is the relevant ruleset for import sorting).This should get tested locally by team members before adding it to
main
– there were some (non-obvious) discrepancies between how Ruff picked up on settings on my system vs. how it did (not) on GitHub. ... IIRC my Ruff inferedsrc
andknown-first-party
without them having to be set explicitly.The text was updated successfully, but these errors were encountered: