Set line length to 100

This commit is contained in:
dmunozv04
2025-04-12 19:49:15 +02:00
parent 1e10ab4e29
commit 70ecf78f01
2 changed files with 3 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ enabled = true
[analyzers.meta]
runtime_version = "3.x.x"
max_line_length = 100

View File

@@ -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