mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:52:29 +00:00
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:
@@ -38,6 +38,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