pyproject: support formatting with ruff

Since it's black-compatible drop-in replacement and they can be used
almost interchangeably.
This commit is contained in:
Andrej730
2026-06-02 19:55:49 +05:00
parent d30c25010c
commit d183961280
+1
View File
@@ -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",