Skip to content

Commit

Permalink
Ensure all files end in newlines and add pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Nov 14, 2023
1 parent 84d5657 commit b6b3f5f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: check-vcs-permalinks
- id: debug-statements
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
- id: no-commit-to-branch
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ if "%1" == "pseudoxml" (
goto end
)

:end
:end
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.[docs]
.[docs]
1 change: 0 additions & 1 deletion osm_field/static/css/osm_field.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ div.osmfield-map {
top: 30px;
z-index: 1000;
}

2 changes: 1 addition & 1 deletion osm_field/static/js/osm_field.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion osm_field/static/js/vendor/leaflet.js

Large diffs are not rendered by default.

0 comments on commit b6b3f5f

Please sign in to comment.