pyproject: support formatting with ruff

Since it's black-compatible drop-in replacement and they can be used
almost interchangeably.

(cherry picked from commit d183961280)
This commit is contained in:
Andrej730
2026-06-02 19:55:49 +05:00
committed by Dion Moult
parent a6a6c20a18
commit 2a14e2e29c
+1
View File
@@ -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",