yay, the new visibility rules are better at catchi...
# development
c
yay, the new visibility rules are better at catching violations than the previous hand-crafted check! 😄
Copy code
20:14:59.30 [INFO] Scheduler initialized.
20:15:01.63 [WARN] Dependency rule violation for src/python/pants/goal/explorer.py on src/python/pants/backend/explorer/server/uvicorn.py
20:15:04.43 [INFO] Completed: Typecheck using MyPy - mypy - mypy succeeded.
^^ introduced a bad import in core on the backend code…
🙌 2