mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
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:
@@ -43,6 +43,7 @@ exclude = [
|
|||||||
# then they will be inherited by projects' .toml files.
|
# then they will be inherited by projects' .toml files.
|
||||||
# This allows using assuming different Python version for different projects.
|
# This allows using assuming different Python version for different projects.
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
line-length = 120
|
||||||
exclude = [
|
exclude = [
|
||||||
# Submodules.
|
# Submodules.
|
||||||
"src/ifcopenshell-python/ifcopenshell/express",
|
"src/ifcopenshell-python/ifcopenshell/express",
|
||||||
|
|||||||
Reference in New Issue
Block a user