printpub/.pre-commit-config.yaml

21 lines
593 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
# These mirror pyproject.toml, but do not sync with it :(
- djangorestframework==3.14.0
- django-stubs[compatible-mypy]==4.2.3
- djangorestframework-stubs[compatible-mypy]==3.14.2
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)