Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure we have common isort configuration #44

Open
nkanderson opened this issue Nov 18, 2024 · 1 comment
Open

Ensure we have common isort configuration #44

nkanderson opened this issue Nov 18, 2024 · 1 comment

Comments

@nkanderson
Copy link
Owner

We're seeing some conflicting formatting from isort on our different machines. We have some isort config in the setup.cfg file, but maybe there's a code editor setting that's making changes to something not specified in our config. One specific example is from the trace_parser file and the imports from config.project_config, which are either in parentheses and each on a new line, or no parens and all on one line, depending on the dev machine.

@nkanderson
Copy link
Owner Author

@reecewayt is going to check what isort does when he has an activated Python virtual env, in order to troubleshoot whether the config file is being detected in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant