[tool.isort] py_version = "311" profile = "black" line_length = 200 # Allows longer imports without excessive wrapping [tool.black] target-version = ['py311'] preview = true include = '\.py' line-length = 9999 # Prevents Black from arbitrarily wrapping lines [tool.pydoclint] style = "google" check-return-types = true allow-init-docstring = true skip-checking-raises = true # Ignore Raises section requirement