mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 20:57:59 +08:00
31 lines
608 B
YAML
31 lines
608 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: isort
|
|
name: isort
|
|
entry: isort
|
|
language: system
|
|
types: [python]
|
|
stages: [commit]
|
|
- id: flake8
|
|
name: flake8
|
|
language: system
|
|
entry: flake8
|
|
types: [python]
|
|
stages: [commit]
|
|
- id: black
|
|
language_version: python3.6+
|
|
name: black
|
|
language: system
|
|
entry: black
|
|
types: [python]
|
|
stages: [commit]
|
|
- id: pytest
|
|
name: pytest
|
|
language: system
|
|
entry: pytest
|
|
types: [python]
|
|
pass_filenames: false
|
|
always_run: true
|
|
stages: [push]
|