diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..bce61cb8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,8 @@ +[tool.black] +target-versions = ["py37", "py38", "py39", "py310"] +include = ''' + ( + \.py$ + | \.py\.in$ + ) + '''