Skip to content

Commit

Permalink
ci: Skip a hook that is unable to be run in pre-commit.ci due to no e…
Browse files Browse the repository at this point in the history
…xternal network access allowed
  • Loading branch information
nfelt14 committed Aug 27, 2024
1 parent 159ea24 commit d216c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_stages: [pre-commit]
ci:
autofix_prs: false
autoupdate_schedule: quarterly
skip: [check-poetry, pyright, poetry-audit]
skip: [check-poetry, pyright, poetry-audit, markdown-link-check]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
Expand Down

0 comments on commit d216c5f

Please sign in to comment.