From eb016d23bbbdcdbca175878563211a54351377ed Mon Sep 17 00:00:00 2001 From: crunk Date: Mon, 5 Jun 2023 20:18:00 +0200 Subject: [PATCH] small edit pyproject file --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa1bf05..248223e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 79 -target-version = ['py37', 'py38', 'py39'] +target-version = ['py37','py38','py39'] include = '\.pyi?$' exclude = ''' /( @@ -21,4 +21,3 @@ exclude = ''' | profiling )/ ''' -