Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-scale committed Mar 3, 2023
1 parent b29f842 commit 91c0a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- run:
name: Pylint Lint Check # Uses .pylintrc for configuration
command: |
poetry run pylint launch --ignore=api_client
poetry run pylint launch --ignore=api_client,openapi_client
- run:
name: MyPy typing check
command: |
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client --exclude launch/openapi_client
- run:
name: Isort Import Formatting Check # Only validation, without re-formatting
command: |
Expand Down

0 comments on commit 91c0a20

Please sign in to comment.