1
0
Fork 0
pydantic-extra-types/.pre-commit-config.yaml
Daniel Baumann ac48298504
Adding upstream version 2.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:02:36 +01:00

24 lines
456 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-yaml
args: ['--unsafe']
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local
hooks:
- id: lint
name: Lint
entry: make lint
types: [python]
language: system
pass_filenames: false
- id: mypy
name: Mypy
entry: make mypy
types: [python]
language: system
pass_filenames: false