Something something like soundcloud but not like soundcloud.
Log in, upload records, done.
Simple, easy, KISS.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: black
|
|
name: black
|
|
language: system
|
|
entry: python3 -m black
|
|
types: [python]
|
|
files: ^api/
|
|
- id: flake8
|
|
name: flake8
|
|
language: system
|
|
entry: flake8
|
|
types: [python]
|
|
files: ^api/
|
|
- id: jslint
|
|
name: jslint
|
|
language: system
|
|
entry: yarn lint
|
|
types: [vue, javascript]
|
|
files: ^front/
|