Files
psa_car_controller/.pre-commit-config.yaml
T
2022-03-26 15:33:42 +01:00

15 lines
483 B
YAML

default_language_version:
python: python3.7
repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: 'v1.6.0' # Use the sha / tag you want to point at
hooks:
- id: autopep8
language: system
args:
- "--exit-code 0"
- repo: https://github.com/PyCQA/prospector
rev: 1.7.7 # The version of Prospector to use, if not 'master' for latest
hooks:
- id: prospector
language: system