Skip to content

Commit

Permalink
pre-commit: add end-of-file-fixer hook, and run on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Nov 18, 2024
1 parent edb29af commit e8c79ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ repos:
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: requirements-txt-fixer
files: requirements/.*\.txt$
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Erik van Widenfelt <ew2789@gmail.com>
Erik van Widenfelt <ew2789@gmail.com>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a title="{{ title }}" href="{{ url }}?q={{ subject_identifier }}">{{ label|default:subject_identifier }}</a>
<a title="{{ title }}" href="{{ url }}?q={{ subject_identifier }}">{{ label|default:subject_identifier }}</a>

0 comments on commit e8c79ca

Please sign in to comment.