Skip to content

Commit 71b68e0

Browse files
authored
Merge pull request #4 from cpparts/dev-cobalt-cleanup
dev_cobalt cleanup
2 parents 9a705b7 + 77bc499 commit 71b68e0

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-docs-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

.github/workflows/codestyle-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- master
99
- dev
10+
- dev_cobalt
1011
# Allows to run this workflow manually from the Actions tab
1112
workflow_dispatch:
1213
jobs:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ build_cmd = "build"
5252
fix = true
5353
show-fixes = true
5454
extend-include = ["*.ipynb"]
55+
extend-ignore = ["PLC0415"]
5556

5657
[tool.ruff.lint]
5758
extend-select = ["E", "W", "YTT", "ASYNC", "BLE", "B", "A",

0 commit comments

Comments
 (0)