swh:1:snp:03e8cdabc80bf6f4ef54d117858809e20088601c
Raw File
Tip revision: 8390aaceafd4868ecbd14a4cb6294ca18be7af00 authored by Bryna Hazelton on 12 February 2020, 23:55:06 UTC
remove extra mwa_beam.py file that got added in the rebase
Tip revision: 8390aac
pyuvdata_linting.yml
name: pyuvdata_linting
channels:
  - defaults
  - conda-forge
dependencies:
  - flake8
  - pip
  - pip:
    - flake8-docstrings
    - flake8-pytest
back to top