diff --git a/.deepsource.toml b/.deepsource.toml index 25bc3d7..c48c00d 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -6,3 +6,4 @@ enabled = true [analyzers.meta] runtime_version = "3.x.x" + max_line_length = 100 diff --git a/pyproject.toml b/pyproject.toml index 077e415..3946ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,5 +29,5 @@ files = ["requirements.txt"] requires = ["hatchling", "hatch-requirements-txt"] build-backend = "hatchling.build" -[tool.black] -line-length = 88 +[tool.ruff] +line-length = 100