Skip to content

Commit

Permalink
config in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 committed Jul 20, 2023
1 parent d70ea2f commit 525c6bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ homepage = "https://github.com/boschresearch/ros_license_toolkit"
repository = "https://github.com/boschresearch/ros_license_toolkit"

[project.scripts]
ros_license_toolkit = "ros_license_toolkit.main:main"
ros_license_toolkit = "ros_license_toolkit.main:main"

[isort]
profile = google
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
[flake8]
ignore = Q000, I100, I201


[isort]
profile = google

0 comments on commit 525c6bc

Please sign in to comment.