From 2a14e2e29ca98b681a415955a171ff4f6f24b84b 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. (cherry picked from commit d183961280d96eb4cf569f535148f6f5e8fdad53) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b83ba8c09a..d65b45d2ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,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",