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
If you run isort somefile.py --check on an incorrectly formatted somefile.py, you get an error. If you combine this with --show-config, e.g. isort somefile.py --check --show-config, I'd expect to see the config but still get an error. However, it seems that --show-config overrides the --check option. Is this intentional?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you run
isort somefile.py --check
on an incorrectly formattedsomefile.py
, you get an error. If you combine this with--show-config
, e.g.isort somefile.py --check --show-config
, I'd expect to see the config but still get an error. However, it seems that--show-config
overrides the--check
option. Is this intentional?Beta Was this translation helpful? Give feedback.
All reactions