diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..b95b5ec25a2eef2ff5629d07e649ba9b7f960547 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[tool.black] +line-length=80 + +[tool.pylint.REPORTS] +reports='no'