From 525c6bc0d0b8f3c03cd621272a47444dda2093d3 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Thu, 20 Jul 2023 14:24:47 +0200 Subject: [PATCH] config in toml --- pyproject.toml | 5 ++++- setup.cfg | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93f1392..c3e47a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +ros_license_toolkit = "ros_license_toolkit.main:main" + +[isort] +profile = google \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 3bf3191..5eb582d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,2 @@ [flake8] ignore = Q000, I100, I201 - - -[isort] -profile = google