Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
shs96c
/
rules_python
Public
forked from
bazel-contrib/rules_python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 2, 2023
Fixed glob includes for ignore_root_user_error (#1037)
linzhp
authored
0e55ced
View commit details
Copy full SHA for 0e55ced
Browse repository at this point
Commits on Feb 1, 2023
Fix glob includes/exclues (#1038)
illicitonion
authored
a47c6cd
View commit details
Copy full SHA for a47c6cd
Browse repository at this point
Revert "Resolving sibling modules with absolute imports" (#1035)
Show description for 3d17505
f0rmiga
authored
3d17505
View commit details
Copy full SHA for 3d17505
Browse repository at this point
fix: reorder imports (#1034)
Show description for 6e5a564
f0rmiga
authored
6e5a564
View commit details
Copy full SHA for 6e5a564
Browse repository at this point
Commits on Jan 31, 2023
Resolving sibling modules with absolute imports (#1029)
Show description for 9fc7cfa
linzhp
authored
9fc7cfa
View commit details
Copy full SHA for 9fc7cfa
Browse repository at this point
fix: use 'repo' as prefix when constructing annotations label (#1033)
mattem
authored
b122f3a
View commit details
Copy full SHA for b122f3a
Browse repository at this point
Manually generate distribution archives (#1032)
Show description for e0f2f56
rickeylev
authored
e0f2f56
View commit details
Copy full SHA for e0f2f56
Browse repository at this point
feat(coverage): Register coverage.py to hermetic toolchains (#977)
Show description for 488a037
aignas
authored
488a037
View commit details
Copy full SHA for 488a037
Browse repository at this point
Commits on Jan 30, 2023
feat: allow extra dependencies to be passed to pip-compile (#1026)
Show description for 3fe06a1
f0rmiga
authored
3fe06a1
View commit details
Copy full SHA for 3fe06a1
Browse repository at this point
Add missing copyright headers (#1030)
Show description for 018e355
rickeylev
authored
018e355
View commit details
Copy full SHA for 018e355
Browse repository at this point
Commits on Jan 28, 2023
Handling imports from sibling modules (#1027)
linzhp
authored
82c8f0a
View commit details
Copy full SHA for 82c8f0a
Browse repository at this point
Commits on Jan 27, 2023
Using label as id for py targets (#1023)
linzhp
authored
58c7958
View commit details
Copy full SHA for 58c7958
Browse repository at this point
chore: revert publish wheel on releases (#1022)
Show description for 3aefaed
alexeagle
authored
3aefaed
View commit details
Copy full SHA for 3aefaed
Browse repository at this point
feat: allow absolute urls in `tool_versions` (#973)
Show description for 7761231
lummax
authored
7761231
View commit details
Copy full SHA for 7761231
Browse repository at this point
Commits on Jan 26, 2023
fix(release): use correct GH workflows syntax (#1020)
Show description for d196451
alexeagle
authored
d196451
View commit details
Copy full SHA for d196451
Browse repository at this point
feat: produce publishable distribution archives (#1019)
Show description for 68b0213
alexeagle
authored
68b0213
View commit details
Copy full SHA for 68b0213
Browse repository at this point
fix: ensure 'patches' attr is included for the canonical representation of the toolchain (#1018)
mattem
authored
fa3e2d5
View commit details
Copy full SHA for fa3e2d5
Browse repository at this point
Commits on Jan 25, 2023
refactor: py_wheel now a macro (#1014)
Show description for 9960253
alexeagle
authored
9960253
View commit details
Copy full SHA for 9960253
Browse repository at this point
feat(gazelle)!: Move the plugin to a separate workspace (#972)
Show description for fd5f531
aignas
authored
fd5f531
View commit details
Copy full SHA for fd5f531
Browse repository at this point
Fix requirement parser (#1009)
Show description for 43e18f0
tgeng
authored
43e18f0
View commit details
Copy full SHA for 43e18f0
Browse repository at this point
refactor: pull implementations out of packaging.bzl (#1013)
Show description for 6c6c70b
alexeagle
authored
6c6c70b
View commit details
Copy full SHA for 6c6c70b
Browse repository at this point
runfiles: Add proper test coverage for an edge case (#1012)
Show description for da106c5
fmeum
authored
da106c5
View commit details
Copy full SHA for da106c5
Browse repository at this point
runfiles: Remove dead code (#1011)
Show description for 86b01a3
fmeum
authored
86b01a3
View commit details
Copy full SHA for 86b01a3
Browse repository at this point
Commits on Jan 24, 2023
python_repository: Exclude pycache files (#907)
Show description for f94c195
illicitonion
authored
f94c195
View commit details
Copy full SHA for f94c195
Browse repository at this point
fix: windows `*.lib` interface in `python_headers` (#976)
Show description for ba45af0
lummax
authored
ba45af0
View commit details
Copy full SHA for ba45af0
Browse repository at this point
refactor(gazelle): Move plugin to a separate directory. (#983)
aignas
authored
0ee2a7e
View commit details
Copy full SHA for 0ee2a7e
Browse repository at this point
Commits on Jan 23, 2023
fix: allow omitting the `strip_prefix` in `tool_versions` (#975)
lummax
authored
64d287b
View commit details
Copy full SHA for 64d287b
Browse repository at this point
Add runtime dependencies to gazelle extension (#993)
linzhp
authored
8081ca6
View commit details
Copy full SHA for 8081ca6
Browse repository at this point
generate py_test without __test__ (#999)
linzhp
authored
0943375
View commit details
Copy full SHA for 0943375
Browse repository at this point
cleanup: remove vendored copy of skylib (#1003)
Show description for 1d283fc
alexeagle
authored
1d283fc
View commit details
Copy full SHA for 1d283fc
Browse repository at this point
Fix Python interpreter target labels with @@ prefixes. (#940)
Show description for 5f166c1
oxidase
authored
5f166c1
View commit details
Copy full SHA for 5f166c1
Browse repository at this point
Redirect stdout when checking imports. (#1007)
Show description for 767e3ce
aptenodytes-forsteri
authored
767e3ce
View commit details
Copy full SHA for 767e3ce
Browse repository at this point
feat: allow patching the interpreter fetched via toolchains (#1004)
mattem
authored
b4a47a4
View commit details
Copy full SHA for b4a47a4
Browse repository at this point
Commits on Jan 21, 2023
chore: publish a runfiles library as a wheel (#995)
Show description for 1722988
alexeagle
and
rickeylev
authored
1722988
View commit details
Copy full SHA for 1722988
Browse repository at this point
fix(deps): declare our dependency on bazel_skylib (#1001)
alexeagle
authored
bd3a719
View commit details
Copy full SHA for bd3a719
Browse repository at this point
Previous
Next
You can’t perform that action at this time.