diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e365c46 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,21 @@ +[tool.black] +line-length = 79 +exclude = ''' +( + /( + \.eggs # exclude a few common directories in the + | \.git # root of the project + | \.hg + | \.mypy_cache + | \.tox + | \.venv + | _build + | buck-out + | build + | dist + | bin + | lib + | include + )/ +) +''' \ No newline at end of file