Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Solve NULL error in ci

Signed-off-by: DaBeIDS <[email protected]>
  • Loading branch information
DaBeIDS authored Jan 30, 2024
1 parent 4740134 commit 2b0282f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
ci:
autofix_commit_msg: "Chore: pre-commit autoupdate"
skip:
# pre-commit.ci cannot install WGET, so tomlint must be disabled
# - tomllint
# - pre-commit-update
# skip:
# pre-commit.ci cannot install WGET, so tomlint must be disabled
# - tomllint
# - pre-commit-update

exclude: |
(?x)^(
Expand Down

0 comments on commit 2b0282f

Please sign in to comment.