Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
134 changes: 0 additions & 134 deletions docs/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

Loading