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
_Need help?_ This ruleset has support provided by https://aspect.dev.
20
23
@@ -33,8 +36,8 @@ We think you'll love rules_py because it fixes many issues with rules_python's r
33
36
-[sys.path[0] breaks out of runfile tree.](https://github.com/bazelbuild/rules_python/issues/382)
34
37
-[User site-packages directory should be ignored](https://github.com/bazelbuild/rules_python/issues/1059)
35
38
- We create a python-idiomatic virtualenv to run actions, which means better compatibility with userland implementations of [importlib](https://docs.python.org/3/library/importlib.html).
36
-
- Thanks to the virtualenv, you can open the project in an editor like PyCharm and have working auto-complete, jump-to-definition, etc. Fixes:
37
-
-[Smooth IDE support for python_rules](https://github.com/bazelbuild/rules_python/issues/1401)
39
+
- Thanks to the virtualenv, you can open the project in an editor like PyCharm or VSCode and have working auto-complete, jump-to-definition, etc.
40
+
-Fixes [Smooth IDE support for python_rules](https://github.com/bazelbuild/rules_python/issues/1401)
38
41
39
42
> [!NOTE]
40
43
> What about the "starlarkification" effort in rules_python?
0 commit comments