From d183961280d96eb4cf569f535148f6f5e8fdad53 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 2 Jun 2026 19:55:49 +0500 Subject: [PATCH] pyproject: support formatting with ruff Since it's black-compatible drop-in replacement and they can be used almost interchangeably. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 37aed2dded..a244e0e007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ exclude = [ # then they will be inherited by projects' .toml files. # This allows using assuming different Python version for different projects. [tool.ruff] +line-length = 120 exclude = [ # Submodules. "src/ifcopenshell-python/ifcopenshell/express",