Skip to content

Commit

Permalink
(tf2_pykdl_ros) update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 13, 2023
1 parent cb039d1 commit 89f7785
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tf2_pykdl_ros/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
[tool.black]
line-length = 120

[tool.flake8]
max-line-length = 120

[tool.isort]
combine_as_imports = true
line_length = 120
profile = "black"
skip_gitignore = true

[tool.mypy]
disallow_untyped_defs = true
no_implicit_optional = true
pretty = true
show_error_codes = true
warn_return_any = true
warn_unused_ignores = true

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

0 comments on commit 89f7785

Please sign in to comment.