diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5d61d5e..a2fc3d8 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,4 +1,5 @@ - id: python_file_name_check + name: "Python: File name check" description: check that filenames comply with pep8. entry: check_names language: python