mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
13 lines
401 B
YAML
13 lines
401 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-autopep8
|
|
rev: 'v2.0.4' # Use the sha / tag you want to point at
|
|
hooks:
|
|
- id: autopep8
|
|
language: system
|
|
- repo: https://github.com/PyCQA/prospector
|
|
rev: v1.16.1 # The version of Prospector to use, if not 'master' for latest
|
|
hooks:
|
|
- id: prospector
|
|
language: system
|
|
|