Codebase list pypsrp / 6f39e8c9-6ef4-4c5c-ad8c-4796023f32de/upstream/0.8.1 .pre-commit-config.yaml
6f39e8c9-6ef4-4c5c-ad8c-4796023f32de/upstream/0.8.1

Tree @6f39e8c9-6ef4-4c5c-ad8c-4796023f32de/upstream/0.8.1 (Download .tar.gz)

.pre-commit-config.yaml @6f39e8c9-6ef4-4c5c-ad8c-4796023f32de/upstream/0.8.1raw · 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