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.
Since we use
isortandflake8in addition toblackfor code formatting/linting, it makes sense to configure them s.th. they do not contradict theblacksettings. This is described here. By doing this, the order of calling isort/black should not matter anymore. Also, we can then simplify theflake8calls in our Github Workflows.pyproject.tomlpyproject.toml. I would suggest adding a file.flake8for this purpose.