Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lyashevska committed Jul 3, 2024
1 parent 8cb70c2 commit 100c236
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 48 deletions.
1 change: 1 addition & 0 deletions template/.JuliaFormatter.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
align_assignment = true
align_matrix = true
align_pair_arrow = true
Expand Down
1 change: 1 addition & 0 deletions template/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
Expand Down
1 change: 1 addition & 0 deletions template/.github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
# CompatHelper v3.5.0
name: CompatHelper

Expand Down
1 change: 1 addition & 0 deletions template/.github/workflows/Docs.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Docs

on:
Expand Down
1 change: 1 addition & 0 deletions template/.github/workflows/ReusableTest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Reusable test

on:
Expand Down
1 change: 1 addition & 0 deletions template/.github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: TagBot

on:
Expand Down
1 change: 1 addition & 0 deletions template/.github/workflows/Test.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Test

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Copier Update

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Lint

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: pre-commit Update

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
name: Test on PRs

on:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
<!--
Thanks for making a pull request to {{ PackageName }}.jl.
We have added this PR template to help you help us.
Expand Down
1 change: 1 addition & 0 deletions template/docs/make.jl.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
using {{ PackageName }}
using Documenter

Expand Down
1 change: 1 addition & 0 deletions template/lychee.toml.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# This file was created by BestieTemplate.jl. Create issues there: https://github.com/abelsiqueira/BestieTemplate.jl/issues
exclude = [
"@ref",
"^https://github.com/.*/releases/tag/v.*$",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,49 +1,51 @@
# This file was created by BestieTemplate.jl. Create issues there:
https://github.com/abelsiqueira/BestieTemplate.jl/issues
repos:
- repo: local
hooks:
# Prevent committing .rej files
- id: forbidden-files
name: forbidden files
entry: found Copier update rejection files; review them and remove them
language: fail
files: "\\.rej$"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: file-contents-sorter
files: .JuliaFormatter.toml
args: [--unique]
- id: mixed-line-ending
args: [--fix=lf]
- id: no-commit-to-branch
- id: pretty-format-json
args: [--autofix, --indent={{ Indentation }}]
- id: trailing-whitespace
- id: check-merge-conflict
args: [--assume-in-merge]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
hooks:
- id: prettier
types_or: [yaml, json]
exclude: ".copier-answers.yml"
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/domluna/JuliaFormatter.jl
rev: v1.0.56
hooks:
- id: julia-formatter
- repo: local
hooks:
# Prevent committing .rej files
- id: forbidden-files
name: forbidden files
entry: found Copier update rejection files; review them and remove them
language: fail
files: "\\.rej$"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: file-contents-sorter
files: .JuliaFormatter.toml
args: [--unique]
- id: mixed-line-ending
args: [--fix=lf]
- id: no-commit-to-branch
- id: pretty-format-json
args: [--autofix, --indent={{ Indentation }}]
- id: trailing-whitespace
- id: check-merge-conflict
args: [--assume-in-merge]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/citation-file-format/cffconvert
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
hooks:
- id: validate-cff
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8" # Use the sha or tag you want to point at
hooks:
- id: prettier
types_or: [yaml, json]
exclude: ".copier-answers.yml"
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/domluna/JuliaFormatter.jl
rev: v1.0.56
hooks:
- id: julia-formatter

0 comments on commit 100c236

Please sign in to comment.