aiavatar2 / .pre-commit-config.yaml
Spanicin's picture
Upload 8 files
182bf6b verified
raw
history blame contribute delete
376 Bytes
repos:
- repo: local
hooks:
- id: isort
name: isort
language: system
types: [python]
pass_filenames: false
entry: isort
args: ["."]
- id: pylint
name: pylint
language: system
types: [python]
pass_filenames: false
entry: pylint
args: ["**/*.py"]