Skip to content

Commit

Permalink
fix(security): upgrade sdk-python dependencies (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin authored Sep 23, 2024
1 parent 21c8186 commit c47e756
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 233 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Validate Indentations
working-directory: ./sdk-python
run: poetry run ruff .
run: poetry run ruff check .

- name: Validate Types
working-directory: ./sdk-python
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
entry: poetry -C ./sdk-python install

- id: install-sdk-js
name: Install sdk-js Dependencies
name: Install Javascript Dependencies
language: system
always_run: true
pass_filenames: false
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
entry: gofmt -s -w ./sdk-go

- id: format-sdk-js
name: Format sdk-js
name: Format Javascript
language: system
always_run: true
pass_filenames: false
Expand Down Expand Up @@ -112,7 +112,7 @@ repos:
language: system
always_run: true
pass_filenames: false
entry: cd ./sdk-go && go test ./...
entry: bash -c 'cd ./sdk-go && go test ./...'

- id: python-tests
name: Running SDK Python Tests
Expand All @@ -122,7 +122,7 @@ repos:
entry: poetry -C ./sdk-python run python -m unittest discover -s sdk-python/

- id: sdk-js-tests
name: Run sdk-js tests
name: Running SDK Javascript tests
language: system
always_run: true
pass_filenames: false
Expand Down
Loading

0 comments on commit c47e756

Please sign in to comment.