dmyersturnbull/service-it

View on GitHub
.pre-commit-config.yaml

Summary

Maintainability
Test Coverage
minimum_pre_commit_version: 2.13.0

repos:
  - repo: 'https://github.com/psf/black'
    rev: 21.5b2
    hooks:
      - id: black
  - repo: 'https://github.com/pre-commit/pre-commit-hooks'
    rev: v4.0.1
    hooks:
      - id: check-symlinks
      - id: check-case-conflict
      - id: fix-byte-order-marker
      - id: end-of-file-fixer
      - id: check-merge-conflict
      - id: check-toml
      - id: check-json
      - id: check-yaml