mirror of
https://github.com/CERT-Polska/mailgoose.git
synced 2025-12-12 20:35:41 +01:00
37 lines
796 B
YAML
37 lines
796 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.5.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/psf/black
|
|
rev: 24.1.1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
name: isort (python)
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.8.0
|
|
hooks:
|
|
- id: mypy
|
|
args: [--strict]
|
|
additional_dependencies:
|
|
- aiosmtpd==1.4.4.post2
|
|
- dacite==1.8.1
|
|
- dnspython==2.4.2
|
|
- email-validator==2.1.0.post1
|
|
- fastapi==0.104.1
|
|
- Jinja2==3.1.2
|
|
- rq==1.15.1
|
|
- sqlalchemy-stubs==0.4
|
|
- types-redis==4.6.0.11
|
|
- types-requests==2.31.0.10
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 7.0.0
|
|
hooks:
|
|
- id: flake8
|
|
args: [.]
|