Skip to content

Added get_source_type() to GridH5StructureControl. #122

Added get_source_type() to GridH5StructureControl.

Added get_source_type() to GridH5StructureControl. #122

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run black, flake8 and isort
uses: pre-commit/[email protected]