Skip to content

Commit

Permalink
add pyproject.toml for ruff python formatter (fits to ament_flake8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x committed Oct 26, 2024
1 parent 96be599 commit c2e5d37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool.ruff]
line-length = 99

target-version = "py310"

[tool.ruff.lint]
select = ["E", "W", "F"]
ignore = []

0 comments on commit c2e5d37

Please sign in to comment.