My custom precommit hooks, including a pep-8 filename check
- repo: https://github.com/rbroderi/precommithooks
rev: v1.0.1
hooks:
- id: python_file_name_check
name: "Python: File name check"
verbose: true
- repo: https://github.com/rbroderi/precommithooks
rev: v1.0.1
hooks:
- id: python_file_name_check
name: "Python: File name check"
args: [--strict]
verbose: true
- --strict (default to false)
- --short-name-limit (defaults to 30)
- --ignore-test-files (defaults to false)