diff --git a/.github/workflows/build-docs-tests.yml b/.github/workflows/build-docs-tests.yml index eaecc542..aa8667bb 100644 --- a/.github/workflows/build-docs-tests.yml +++ b/.github/workflows/build-docs-tests.yml @@ -7,6 +7,7 @@ on: branches: - master - dev + - dev_cobalt # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/codestyle-check.yml b/.github/workflows/codestyle-check.yml index d05533d2..23ae065e 100644 --- a/.github/workflows/codestyle-check.yml +++ b/.github/workflows/codestyle-check.yml @@ -7,6 +7,7 @@ on: branches: - master - dev + - dev_cobalt # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index b220008c..ce7f481e 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -7,6 +7,7 @@ on: branches: - master - dev + - dev_cobalt # Allows to run this workflow manually from the Actions tab workflow_dispatch: jobs: diff --git a/pyproject.toml b/pyproject.toml index 21ae3986..fe8b2458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ build_cmd = "build" fix = true show-fixes = true extend-include = ["*.ipynb"] +extend-ignore = ["PLC0415"] [tool.ruff.lint] extend-select = ["E", "W", "YTT", "ASYNC", "BLE", "B", "A",