Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Aug 29, 2023
1 parent 3bdac71 commit a2ed62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
python-version: "3.8"
- name: Run flake8 checks
run: |
poetry run flake8 .
poetry run flake8 camel test examples apps
- name: run isort checks
run: |
poetry run isort --check-only .
poetry run isort --check-only camel test examples apps
- name: Run mypy checks
run: |
poetry mypy --install-types --non-interactive --namespace-packages -p camel
Expand Down

0 comments on commit a2ed62c

Please sign in to comment.