Skip to content

Commit b6b3f5f

Browse files
committed
Ensure all files end in newlines and add pre-commit check
1 parent 84d5657 commit b6b3f5f

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repos:
1010
- id: check-vcs-permalinks
1111
- id: debug-statements
1212
- id: trailing-whitespace
13+
- id: end-of-file-fixer
1314
- id: mixed-line-ending
1415
- id: no-commit-to-branch
1516
- repo: https://github.com/astral-sh/ruff-pre-commit

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ if "%1" == "pseudoxml" (
239239
goto end
240240
)
241241

242-
:end
242+
:end

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.[docs]
1+
.[docs]

osm_field/static/css/osm_field.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ div.osmfield-map {
1212
top: 30px;
1313
z-index: 1000;
1414
}
15-

osm_field/static/js/osm_field.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

osm_field/static/js/vendor/leaflet.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)