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 97170c8 commit 87a2996
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ EDC Pharmacy Dashboard

.. |coverage| image:: https://coveralls.io/repos/github/clinicedc/edc-pharmacy-dashboard/badge.svg?branch=develop
:target: https://coveralls.io/github/clinicedc/edc-pharmacy-dashboard?branch=develop

Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
</div>
</div>

{% endblock main %}
{% endblock main %}
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ <h5 class="panel-title">
</form>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion static/edc_label/label_templates/edc_pharma.lbl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
^FO50,170^FDAddress Test Street^FS
^CFA,15
^FO50,220^GB700,1,3^FS
^XZ
^XZ

0 comments on commit 87a2996

Please sign in to comment.