Codebase list pypsrp / run/7c0bfd32-7005-47c2-a85a-9ea4d3beeef0/main .pre-commit-config.yaml
run/7c0bfd32-7005-47c2-a85a-9ea4d3beeef0/main

Tree @run/7c0bfd32-7005-47c2-a85a-9ea4d3beeef0/main (Download .tar.gz)

.pre-commit-config.yaml @run/7c0bfd32-7005-47c2-a85a-9ea4d3beeef0/mainraw · history · blame

repos:
- repo: https://github.com/psf/black
  rev: 22.1.0
  hooks:
  - id: black

- repo: https://github.com/PyCQA/isort
  rev: 5.10.1
  hooks:
  - id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
  rev: v0.931
  hooks:
  - id: mypy
    additional_dependencies:
    - types-cryptography
    - types-requests
    - types-PyYAML