Revision 03c51629b381f6c8cf659f52297d922291f51df2 authored by Jonathan Pober on 27 December 2022, 17:26:14 UTC, committed by Bryna Hazelton on 03 January 2023, 20:33:26 UTC
Added CSSI grant numbers from Brown and UW
1 parent 67c786e
.pre-commit-config.yaml
exclude: '(^docs/conf.py|^docs/references/|^pyuvdata/data/|^pyuvdata/uvdata/src/|^pyuvdata/tests/Line_Profiler_full.out|.codecov.yml)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
- id: check-ast
- id: check-json
- id: check-merge-conflict
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-comprehensions
- flake8-docstrings
# - flake8-eradicate # not currently compatible with others
- flake8-pytest-style
- flake8-rst-docstrings
- pep8-naming
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
hooks:
- id: bandit
args: [--skip, "B101", --recursive, pyuvdata]
- repo: https://github.com/pycqa/isort
rev: 5.11.1
hooks:
- id: isort
name: isort (python)
# Should add darglint, lots of work to address all the issues it finds!
# - repo: https://github.com/terrencepreilly/darglint
# rev: master
# hooks:
# - id: darglint
Computing file changes ...