Skip to content

Commit

Permalink
(isort) use profile black
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 8, 2023
1 parent 9743829 commit 01b030c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pykdl_ros/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ line-length = 120

[tool.isort]
line_length = 120
profile = "black"

[tool.pytest.ini_options]
filterwarnings = ["ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning"]
1 change: 1 addition & 0 deletions tf2_pykdl_ros/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ line-length = 120

[tool.isort]
line_length = 120
profile = "black"

[tool.pytest.ini_options]
filterwarnings = ["ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning"]

0 comments on commit 01b030c

Please sign in to comment.