Skip to content

Added named_arrays to the intersphinx mapping. #13

Added named_arrays to the intersphinx mapping.

Added named_arrays to the intersphinx mapping. #13

Workflow file for this run

name: Mypy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v2
- name: Install Dependencies
run: |
pip install .[test]
pip install mypy
- name: Run mypy
run: |
mypy optika/