cue_to_meta/.pre-commit-config.yaml

23 lines
534 B
YAML
Raw Permalink Normal View History

2024-05-18 20:53:22 -04:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
hooks:
- id: black
2024-09-17 23:04:16 -04:00
language_version: python3.12
2024-05-18 20:53:22 -04:00
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8