diff --git a/archit/pyproject.toml b/archit/pyproject.toml index 20eb46e..7ce0be5 100644 --- a/archit/pyproject.toml +++ b/archit/pyproject.toml @@ -14,5 +14,5 @@ exclude = ''' )/ ''' include = '\.pyi?$' -line-length = 88 -target-version = ['py36', 'py37', 'py38'] \ No newline at end of file +line-length = 200 +target-version = ['py36', 'py37', 'py38']