Skip to content

Commit

Permalink
Merge branch 'main' of github.com-precommithooks:rbroderi/precommithooks
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Broderick committed Apr 28, 2024
2 parents e59d880 + 107d187 commit 2000319
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[{"id": "python_file_name_check", "name": "Python: File name check", "description": "check that filenames comply with pep8.",
"entry": "check_names", "language": "python", "types": ["file", "python"], "pass_filenames": true, "verbose": false, "args": [
"--ignore-test-files"], "stages": ["commit", "push", "manual"]}]
- id: python_file_name_check
name: Python File name check
description: check that filenames comply with pep8.
entry: check_names
language: python
types:
- file
- python
pass_filenames: true
verbose: false
args:
- "--ignore-test-files"
stages:
- commit
- push
- manual

0 comments on commit 2000319

Please sign in to comment.