Skip to content

Commit

Permalink
🚇🩹 Don't run taplo lint in pre-commit CI
Browse files Browse the repository at this point in the history
Pre-commit-CI doesn't support reachin out to get schema and causes a DNS error
See CI run:
https://results.pre-commit.ci/run/github/299106891/1734109072.qfn_wrsQS6mmHWJ4LP5PzQ
  • Loading branch information
s-weigand committed Dec 13, 2024
1 parent 73626e8 commit 50e4bdc
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
@@ -1,5 +1,5 @@
ci:
skip: [flake8]
skip: [flake8, taplo-lint]

repos:
# Formatters
Expand Down

0 comments on commit 50e4bdc

Please sign in to comment.