Codebase list pypsrp / 2fc44c7c-c3a2-4117-8edf-6480a247367e/upstream/0.8.1 .pre-commit-config.yaml
2fc44c7c-c3a2-4117-8edf-6480a247367e/upstream/0.8.1

Tree @2fc44c7c-c3a2-4117-8edf-6480a247367e/upstream/0.8.1 (Download .tar.gz)

.pre-commit-config.yaml @2fc44c7c-c3a2-4117-8edf-6480a247367e/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