Spaces:
Running
on
A10G
Running
on
A10G
File size: 359 Bytes
5a510e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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"]
|