demo_obsei / obsei_module /.pre-commit-config.yaml
kltn20133118's picture
Upload 337 files
dbaa71b verified
raw
history blame
504 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
- id: trailing-whitespace
- id: requirements-txt-fixer
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
- id: mypy
args: [--ignore-missing-imports]
additional_dependencies: [types-all]
files: ^obsei/