diff --git a/pyproject.toml b/pyproject.toml index 36149f3..5a944c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,4 +68,7 @@ max-line-length=120 disable="arguments-renamed, empty-docstring, global-variable-not-assigned, line-too-long, missing-class-docstring, missing-function-docstring, too-few-public-methods, too-many-arguments" [tool.pytest.ini_options] -pythonpath = ["src"] \ No newline at end of file +pythonpath = ["src"] + +[tool.ruff] +target-version = "py311"