Skip to content

Commit

Permalink
Merge branch 'main' into actually-making-client-update-works
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif authored Nov 14, 2024
2 parents 885f0bc + 61753fc commit 6b24b30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# attempt_delay: 30000
#
- name: Deploy to Github pages
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
branch: github_pages
folder: docs/build/html
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
poetry install --with docs,test
coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m
- name: Upload python coverage to Codecov
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
action: codecov/[email protected]
with: |
Expand All @@ -80,7 +80,7 @@ jobs:
# yarn
# yarn integration-test
# - name: Upload js coverage to Codecov
# uses: Wandalen/[email protected].0
# uses: Wandalen/[email protected].2
# with:
# action: codecov/[email protected]
# with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
poetry install --with docs,test
coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m
- name: Upload python coverage to Codecov
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
action: codecov/[email protected]
with: |
Expand All @@ -72,7 +72,7 @@ jobs:
yarn
yarn unit-test
- name: Upload js coverage to Codecov
uses: Wandalen/[email protected].0
uses: Wandalen/[email protected].2
with:
action: codecov/[email protected]
with: |
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.2'
rev: 'v0.7.3'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -34,7 +34,7 @@ repos:
exclude: "florist/tests/"

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 6b24b30

Please sign in to comment.