Skip to content

Commit

Permalink
Merge branch 'to/#31-handle-appliance-operation-state' into sp/#33-re…
Browse files Browse the repository at this point in the history
…sult-handling
  • Loading branch information
sebastian-peter committed Mar 15, 2023
2 parents 2db1338 + a7c2fe8 commit 3cda0e2
Show file tree
Hide file tree
Showing 4 changed files with 584 additions and 586 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simple-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10.4]
poetry-version: [1.1.12]
python-version: [3.10.10]
poetry-version: [1.4.0]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
Loading

0 comments on commit 3cda0e2

Please sign in to comment.