Skip to content

Commit

Permalink
chore: add ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jul 9, 2023
1 parent b2d2b41 commit 4959e88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ standalone = ["skybrush-studio", "svgpathtools"]
[tool.poetry.group.dev.dependencies]
pyclean = "^2.0.0"

[tool.ruff]
ignore = ["B905", "C901", "E402", "E501"]
line-length = 80
select = ["B", "C", "E", "F", "W"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 4959e88

Please sign in to comment.