Skip to content

Commit bfd827a

Browse files
committed
Update
1 parent 08d2488 commit bfd827a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: trailing-whitespace
2626
- repo: https://github.com/lycheeverse/lychee
27-
rev: 92a3a7c68a30f549ac4d0d528d1d8d3f34cf887e # frozen: v0.21.0
27+
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
2828
hooks:
2929
- id: lychee-docker
3030
# Keep all other configs in the config file

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
exclude: '^{{cookiecutter\.project_name\|replace\(" ", ""\)}}/.*'
23
repos:
34
- repo: https://github.com/astral-sh/ruff-pre-commit
45
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
@@ -23,7 +24,7 @@ repos:
2324
- id: end-of-file-fixer
2425
- id: trailing-whitespace
2526
- repo: https://github.com/lycheeverse/lychee
26-
rev: 8a938ea60685d8538a93800a695ab1ef95b3f97e # frozen: nightly
27+
rev: cef607cddb6279091869bcbb8fb4b906fd4c046c # frozen: nightly
2728
hooks:
2829
- id: lychee-docker
2930
# Keep all other configs in the config file

0 commit comments

Comments
 (0)