Spaces:
Runtime error
Runtime error
| 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"] | |