blob: 720f60d589c9bacb863d4594b58e3000f914ee94 [file] [log] [blame]
Georgios Pinitasa7171102021-08-17 12:54:59 +01001[tool.black]
2line-length = 120
3exclude = '''
4(
5 /(
6 \.eggs # exclude a few common directories in the
7 | \.git # root of the project
8 | \.mypy_cache
9 | \.venv
10 | \.vscode
11 | \.pytest_cache
12 | build
13 )
14)
15'''