diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9097d79..2835ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,3 +22,6 @@ Homepage = "https://bitbucket.global.renesas.com/users/loek.le-blansch.pv_renesa [project.scripts] patchtree = "patchtree.cli:main" + +[tool.black] +line-length = 110 |