uwefladrich / scriptengine-tasks-ecearth

ScriptEngine tasks for the EC-Earth model
GNU General Public License v3.0
3 stars 2 forks source link

Configure flake8 and isort properly for use with black #98

Open valentinaschueller opened 1 year ago

valentinaschueller commented 1 year ago

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.