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

Configure flake8 and isort properly for use with black #98

Open
2 tasks
valentinaschueller opened this issue Aug 10, 2023 · 0 comments
Open
2 tasks

Configure flake8 and isort properly for use with black #98

valentinaschueller opened this issue Aug 10, 2023 · 0 comments
Labels
ci Changes to our CI configuration files and scripts

Comments

@valentinaschueller
Copy link
Collaborator

Since we use isort and flake8 in addition to black for code formatting/linting, it makes sense to configure them s.th. they do not contradict the black settings. This is described here. By doing this, the order of calling isort/black should not matter anymore. Also, we can then simplify the flake8 calls in our Github Workflows.

@valentinaschueller valentinaschueller added the ci Changes to our CI configuration files and scripts label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to our CI configuration files and scripts
Projects
None yet
Development

No branches or pull requests

1 participant