iris_classification_lambda / .pre-commit-config.yaml
Clement Vachet
Remove duplicate hook
93ef7e6
raw
history blame contribute delete
713 Bytes
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: check-yaml
- id: check-toml
- id: debug-statements
- id: detect-private-key
- id: mixed-line-ending
- id: end-of-file-fixer
- repo: local
hooks:
- id: black
name: black
entry: python -m black
language: system
require_serial: true
types: [python]
- repo: local
hooks:
- id: pylint
name: pylint
entry: python -m pylint
language: system
require_serial: true
types: [python]
exclude: ^(tests|cd)