You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #3201 I tried to add taplo-lint to pre-commit. It works interactively, but has been failing for ~2 days in the CCCL CI (error below). I'll comment it out for the moment to unblock #3201. This issue is to remind us to revisit. Hopefully the "Temporary failure in name resolution" will fix itself and we can just uncomment taplo-lint in .pre-commit-config.yaml.
fix end of files.........................................................Passed
mixed line ending........................................................Passed
trim trailing whitespace.................................................Passed
clang-format.............................................................Passed
ruff.....................................................................Passed
ruff-format..............................................................Passed
taplo-lint...............................................................Failed
- hook id: taplo-lint
- exit code: 1
WARN taplo: failed to fetch catalog error=error sending request for url (https://www.schemastore.org/api/json/catalog.json): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
Caused by:
0: error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
1: dns error: failed to lookup address information: Temporary failure in name resolution
2: failed to lookup address information: Temporary failure in name resolution
taplo-format.............................................................Passed
codespell................................................................Passed
mypy.....................................................................Passed
The text was updated successfully, but these errors were encountered:
In PR #3201 I tried to add taplo-lint to pre-commit. It works interactively, but has been failing for ~2 days in the CCCL CI (error below). I'll comment it out for the moment to unblock #3201. This issue is to remind us to revisit. Hopefully the "Temporary failure in name resolution" will fix itself and we can just uncomment taplo-lint in .pre-commit-config.yaml.
The text was updated successfully, but these errors were encountered: