diff --git a/pyproject.toml b/pyproject.toml index 7ea9de9a..2797790c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,9 @@ module-root = "" source-exclude = ["**/*_test.py"] wheel-exclude = ["**/*_test.py"] +[tool.black] +target-version = ["py311"] + [tool.pytest.ini_options] norecursedirs = [ "node_modules"