Spaces:
Sleeping
Sleeping
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/ | |