Skip to content

Commit

Permalink
Merge pull request #90 from canonical/flake8-charming-actions
Browse files Browse the repository at this point in the history
Pin flake8 to 4.0.1 and upgrade charming-actions
  • Loading branch information
natalian98 authored Aug 3, 2022
2 parents 27ccb3b + aa0fcda commit 736efc6
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0
- name: Check libs
uses: canonical/charming-actions/check-libraries@1.0.3
uses: canonical/charming-actions/check-libraries@2.0.0-rc
with:
credentials: "${{ secrets.charmcraft-credentials }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
fetch-depth: 0
- name: Select charmhub channel
uses: canonical/charming-actions/channel@1.0.3
uses: canonical/charming-actions/channel@2.0.0-rc
id: channel
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@1.0.3
uses: canonical/charming-actions/upload-charm@2.0.0-rc
with:
credentials: ${{ secrets.charmcraft-credentials }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@1.0.3
uses: canonical/charming-actions/release-charm@2.0.0-rc
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-api/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-persistence/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-profile-controller/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-schedwf/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-ui/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-viewer/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down
2 changes: 1 addition & 1 deletion charms/kfp-viz/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
description = Check code against coding style standards
deps =
black
flake8
flake8==4.0.1
flake8-docstrings
flake8-copyright
flake8-builtins
Expand Down

0 comments on commit 736efc6

Please sign in to comment.