Skip to content

Commit

Permalink
Do the normal thing again
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jul 30, 2023
1 parent 782bce7 commit 0d3415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
printf "[aws]\nconfigured = True\n" > ~/.aws/cloudknot
- name: Lint with flake8
run: |
flake8 --exclude /home/runner/work/cloudknot/cloudknot/cloudknot/_version.py, /home/runner/work/cloudknot/cloudknot/cloudknot/cli.py
flake8
black --check .
pydocstyle
- name: Test
Expand Down

0 comments on commit 0d3415d

Please sign in to comment.