Skip to content

Commit

Permalink
add and apply end of file fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Nov 24, 2024
1 parent 6c3a302 commit ccfcfe7
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .JuliaFormatter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ always_for_in = false
separate_kwargs_with_semicolon = true
margin = 132
yas_style_nesting=true
ignore = [".git"]
ignore = [".git"]
1 change: 0 additions & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[codespell]
ignore-words-list = missings,rcall

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
PYTHON: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}


2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docs/src/examples/*.md
Manifest*.toml
.repl_history.jl
quarry
cliff.toml
cliff.toml
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ repos:
- id: check-toml
- id: check-yaml
args: [--allow-multiple-documents]
- id: end-of-file-fixer
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,3 @@ fix colorbarticks
- Subgridplots (#16)

Handle plots of discontinuous functions in Makie,Pyplot, PlutoVista


1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,3 @@ See the example notebook: [pluto](https://raw.githubusercontent.com/WIAS-PDELib/
### Jupyter
Chances are that things work with Jupyter as well. Please ping me if you would like to volunteer with testing and
possibly fixing this.

1 change: 0 additions & 1 deletion docs/src/examples/pluto.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Instead of PlutoVista, Plots, PyPlot and GLMakie can be used from Pluto notebook
```@raw html
<iframe style="height:15000px" width="100%" src="../../plutovista.html"> </iframe>
```

1 change: 0 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ Markdown.parse("""
$(read("../../README.md",String))
""")
````

0 comments on commit ccfcfe7

Please sign in to comment.