rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

Results 536 rules_python issues
Sort by recently updated
recently updated
newest added

# 🐞 bug report ### Affected Rule The issue is caused by the rule: https://github.com/bazelbuild/rules_python/blob/b106f91c9da7e31d73a7293e88ac78eedcad2057/gazelle/python/generate.go#L215 ### Is this a regression? No ### Description This is necessary in monorepo situations where...

type: feature request
help wanted
gazelle

# 🐞 bug report ### Description Running `pre-commit run --all-files` produces errors from incorrectly formatted Python files, with both `black` and `isort` complaining. If a project uses `pre-commit`, I would...

help wanted
cleanup

# 🐞 bug report ### Affected Rule rules_python ### Is this a regression? I tried earlier version of rules_python, but it appears that earlier version either don't support python_generation_mode=file or...

type: feature request
help wanted
gazelle

# 🐞 bug report ### Affected Rule `rules_python: 0.26.0` ### Is this a regression? Yes, the previous version in which this bug was not present was: 0.25.0 ### Description Using...

Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies
python

# 🚀 feature request ### Relevant Rules This request pertains to the `py_wheel` rule. ### Description This is somewhat of a feature request, but I am also just seeking some...

# 🚀 feature request ### Relevant Rules Possibly in `whl_library`, but more likely in `requirements.txt` ### Description I had created a patched wheel that I wished to test with Bazel...

type: feature request

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

# 🐞 bug report ### Affected Rule `py_binary` and `py_test` ### Is this a regression? No ### Description Hermetic toolchains incur a significant overhead to executing Python targets due to...

Sorry about #1681 - I had uploaded an older version. This one contains the correct behavior, in line with what I had written. The goal is to inherit visibility from...