Skip to content

Commit

Permalink
Update Build
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Nov 18, 2024
1 parent a19f9d0 commit 598961e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
permissions:
contents: read
codeql:
name: CodeQL
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
codeql: true
fastlanelane: build
permissions:
security-events: write
actions: read
buildandtest:
name: Build and Test
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
Expand Down
2 changes: 1 addition & 1 deletion ecg_data_manager/modules/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def hide_widgets(b): # pylint: disable=unused-argument

return widgets_box

def save_diagnosis( # pylint: disable=too-many-locals, too-many-arguments
def save_diagnosis( # pylint: disable=too-many-locals, too-many-arguments, too-many-positional-arguments
self,
user_id,
document_id,
Expand Down

0 comments on commit 598961e

Please sign in to comment.