Validify-testbot-1 / botbuilder-python /.pre-commit-config.yaml
cohit's picture
Upload folder using huggingface_hub
0827183 verified
raw
history blame contribute delete
212 Bytes
default_stages: [push]
repos:
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.4.3
hooks:
- id: pylint
files: libraries
args: [--rcfile=.pylintrc]
verbose: true