Skip to content

Commit

Permalink
Skip licenseheaders in pre-commit CI check
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
  • Loading branch information
hakonanes committed Jan 1, 2025
1 parent 0930669 commit 5973b7f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
- id: black-jupyter
files: \.ipynb
args: [--line-length=77]
- id: black-jupyter
files: \.ipynb
args: [--line-length=77]
- repo: https://github.com/johann-petrak/licenseheaders.git
rev: v0.8.8
hooks:
- id: licenseheaders
args: ["-t", ".license.tmpl", "-cy", "-n", "kikuchipy", "-f"]
- id: licenseheaders
args: ["-t", ".license.tmpl", "-cy", "-n", "kikuchipy", "-f"]

# https://pre-commit.ci/#configuration
ci:
autofix_prs: false
autofix_prs: false
skip: [licenseheaders]

0 comments on commit 5973b7f

Please sign in to comment.