From 52985e69101d81f93181e545ba319d6d60176681 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Wed, 3 May 2023 12:30:20 +0200 Subject: [PATCH] purge setup.cfg --- .github/workflows/kubernetes_test.yaml | 2 -- .github/workflows/test-provider.yaml | 2 -- .github/workflows/test.yaml | 2 -- .pre-commit-config.yaml | 2 +- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/kubernetes_test.yaml b/.github/workflows/kubernetes_test.yaml index 86bc51394..16592c667 100644 --- a/.github/workflows/kubernetes_test.yaml +++ b/.github/workflows/kubernetes_test.yaml @@ -9,7 +9,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" - "pytest.ini" push: @@ -24,7 +23,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" - "pytest.ini" workflow_call: diff --git a/.github/workflows/test-provider.yaml b/.github/workflows/test-provider.yaml index 304207525..7f0a21f96 100644 --- a/.github/workflows/test-provider.yaml +++ b/.github/workflows/test-provider.yaml @@ -9,7 +9,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" push: branches: @@ -23,7 +22,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" workflow_call: inputs: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c8dbd9699..a3b71705a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" - "pytest.ini" push: @@ -24,7 +23,6 @@ on: - "tests_e2e/**" - "scripts/**" - "nebari/**" - - "setup.cfg" - "pyproject.toml" - "pytest.ini" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6afd90273..42580b138 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ # # These pre-commit hooks are run as CI. # -# NOTE: if it can be avoided, add configs/args in pyproject.toml, setup.cfg or below instead of creating a new `.config.file`. +# NOTE: if it can be avoided, add configs/args in pyproject.toml or below instead of creating a new `.config.file`. # https://pre-commit.ci/#configuration ci: autoupdate_schedule: monthly