Skip to content

Commit

Permalink
try with a few ignores and no sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 23, 2024
1 parent 5cfc9df commit 5d926a5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ indent-width = 4
target-version = "py39"

[tool.ruff.lint]
select = ["E", "F", "I"]
extend-ignore = ["E501"]
select = ["E", "F"]
ignore = ["E501"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["I001"]
Expand All @@ -136,7 +136,12 @@ extend-ignore = ["E501"]

[tool.ruff.lint.isort]
force-single-line = true
known-first-party = ["compas", "compas"]
known-first-party = [
"compas",
"compas_blender",
"compas_ghpython",
"compas_rhino",
]

[tool.ruff.lint.pydocstyle]
convention = "numpy"
Expand Down

0 comments on commit 5d926a5

Please sign in to comment.