panda/.pre-commit-config.yaml

21 lines
581 B
YAML
Raw Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2024-11-01 23:01:34 +08:00
rev: v5.0.0
hooks:
- id: check-ast
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/mirrors-mypy
2024-11-01 23:01:34 +08:00
rev: v1.13.0
hooks:
- id: mypy
additional_dependencies: ['numpy', 'types-requests', 'types-atomicwrites',
'types-pycurl']
- repo: https://github.com/astral-sh/ruff-pre-commit
2024-11-01 23:01:34 +08:00
rev: v0.7.1
hooks:
- id: ruff