Skip to content

Commit 8baf886

Browse files
committed
Satisfy formatter/linter
1 parent e0c4f84 commit 8baf886

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

.JuliaFormatter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ separate_kwargs_with_semicolon = false
2424
surround_whereop_typeparameters = true
2525
short_circuit_to_if = false
2626
disallow_single_arg_nesting = true
27-
verbose = true
27+
verbose = true

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: julia-actions/setup-julia@latest
7878
- uses: extractions/setup-just@v1 # or taiki-e/install-action@just
79-
79+
8080
# Adapted from:
8181
# github.com/FluxML/Flux.jl/blob/7be1ca7a/.github/workflows/JuliaFormatter.yml
8282
- uses: dorny/paths-filter@v3

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ docs/site/
2525
/Manifest.toml
2626

2727
# bibtex
28-
auto/
28+
auto/

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022–2024 Jake W. Ireland <jakewilliami@icloud.com>
1+
Copyright 2022–2025 Jake W. Ireland <jakewilliami@icloud.com>
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the
@@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1717
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1818
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1919
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

citation.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ @software{ireland2023hiddenfiles
44
year={2023},
55
howpublished={\url{https://github.com/jakewilliami/HiddenFiles.jl}},
66
note={{Julia} package version 0.1.3}
7-
}
7+
}

docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/Manifest.toml
1+
/Manifest.toml

docs/src/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ Pkg.add("HiddenFiles")
2020
```@docs
2121
ishidden
2222
```
23-

0 commit comments

Comments
 (0)