Skip to content

Commit 131ce05

Browse files
committed
Add end-of-file-fixer hook
1 parent 65c5043 commit 131ce05

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
- id: check-yaml
1010
exclude: conda/meta.yaml
1111
- id: detect-private-key
12+
- id: end-of-file-fixer
1213
- id: trailing-whitespace
1314
args: [ --markdown-linebreak-ext=md ]
1415
exclude: '\.svg'

docs/techniques/reflectometry/reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ IO
2727
.. autosummary::
2828
:toctree: ../../generated
2929

30-
io.save_ort
30+
io.save_ort

0 commit comments

Comments
 (0)