We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29f842 commit 91c0a20Copy full SHA for 91c0a20
.circleci/config.yml
@@ -46,11 +46,11 @@ jobs:
46
- run:
47
name: Pylint Lint Check # Uses .pylintrc for configuration
48
command: |
49
- poetry run pylint launch --ignore=api_client
+ poetry run pylint launch --ignore=api_client,openapi_client
50
51
name: MyPy typing check
52
53
- 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
54
55
name: Isort Import Formatting Check # Only validation, without re-formatting
56
0 commit comments