Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to .pre-commit-hooks.yaml and README #58

Merged
merged 3 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
name: "Add License Headers"
entry: add-license-headers
language: python
pass_filenames: false
description: "Add missing license headers to files by using reuse lint and annotate"
description: "Add missing license headers to files by using reuse lint and annotate"
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Currently, these hooks are available:

There are two different ways to ignore specific files or file types:

#. In .pre-commit-config.yaml
#. In .pre-commit-config.yaml

.. code:: yaml

Expand All @@ -111,7 +111,7 @@ Currently, these hooks are available:
- ``path/to/.*\.md`` exlcudes all .md files within the ``path/to`` directory.
- ``path/to/.*\.(ts|cpp)`` excludes all .ts and .cpp files within the ``path/to`` directory.

#. In .reuse/dep5
#. In .reuse/dep5

.. code:: debcontrol

Expand Down