diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 898b2c34f..44b759d5d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,4 +46,4 @@ jobs: uses: MishaKav/pytest-coverage-comment@v1.1.51 with: pytest-xml-coverage-path: test_result/coverage.xml - junitxml-path: test_result/pytest.xml \ No newline at end of file + junitxml-path: test_result/pytest.xml diff --git a/pyproject.toml b/pyproject.toml index 4d3616f91..9f0991863 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=61", "setuptools_scm[toml]>=6.4"] +requires = [ + "setuptools>=61", + "setuptools_scm[toml]>=6.4", +] [project] name = "otaclient" @@ -17,7 +20,11 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dynamic = ["dependencies", "optional-dependencies", "version"] +dynamic = [ + "dependencies", + "optional-dependencies", + "version", +] [project.urls] Source = "https://github.com/tier4/ota-client"