repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - id: check-merge-conflict # prevent committing files with merge conflicts - id: flake8 # checks for flake8 errors - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3 files: ^bilby/bilby_mcmc/ - repo: https://github.com/codespell-project/codespell rev: v1.16.0 hooks: - id: codespell args: [--ignore-words=.dictionary.txt] - repo: https://github.com/asottile/seed-isort-config rev: v1.3.0 hooks: - id: seed-isort-config args: [--application-directories, 'bilby/'] files: ^bilby/bilby_mcmc/ - repo: https://github.com/pre-commit/mirrors-isort rev: v4.3.21 hooks: - id: isort # sort imports alphabetically and separates import into sections args: [-w=88, -m=3, -tc, -sp=setup.cfg ] files: ^bilby/bilby_mcmc/