[tool.isort] profile = "hug" force_single_line = true [tool.black] # line-length = 88 # default. adapt if necessary, must be in sync with flake8 config exclude = ''' ( /( | \.git # root of the project | \venv* | nucleo* )/ ) '''