diff --git a/pyproject.toml b/pyproject.toml index d9564fe..b0eb9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,6 @@ extend-ignore = [ "PLR", # Design related pylint codes "E501", # Line too long ] -target-version = "py37" src = ["src"] unfixable = [ "T20", # Removes print statements