Skip to content

Commit 91c0a20

Browse files
committed
fix lint
1 parent b29f842 commit 91c0a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
- run:
4747
name: Pylint Lint Check # Uses .pylintrc for configuration
4848
command: |
49-
poetry run pylint launch --ignore=api_client
49+
poetry run pylint launch --ignore=api_client,openapi_client
5050
- run:
5151
name: MyPy typing check
5252
command: |
53-
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client
53+
poetry run mypy --ignore-missing-imports launch --exclude launch/api_client --exclude launch/openapi_client
5454
- run:
5555
name: Isort Import Formatting Check # Only validation, without re-formatting
5656
command: |

0 commit comments

Comments
 (0)