-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ruff repo links #13242
Merged
Merged
Update ruff repo links #13242
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ianthomas23
added
status: ready
type: task
tag: codebase
Improvements to code quality without affecting any functionality.
labels
Jul 4, 2023
mattpap
approved these changes
Jul 4, 2023
Codecov Report
@@ Coverage Diff @@
## branch-3.3 #13242 +/- ##
==============================================
- Coverage 92.44% 92.42% -0.02%
==============================================
Files 315 315
Lines 20107 20107
==============================================
- Hits 18587 18584 -3
- Misses 1520 1523 +3 |
mattpap
pushed a commit
that referenced
this pull request
Jul 18, 2023
mattpap
added a commit
that referenced
this pull request
Jul 20, 2023
* Improve performance of WebGL line glyph (#13236) * Improve performance of webgl line glyph * Update baseline images * Update ruff repo links (#13242) * Fix `PropertyValueColumnData._stream()` to handle `rollover=0` (#13239) * Fix `PropertyValueColumnData._stream()` to handle `rollover=0` * Check 'event.data' in the unit tests * Improve docs example in first_steps_8.rst (#13161) * Improve docs example in first_steps_8.rst * Update figure in docs example first_steps_8.rst * Resolve issues with high DPI GridPlot exports (#13253) * Allow to disable DatePicker (etc.) after creation (#13256) * Use ../core/kinds instead of core/kinds in imports (#13254) * Don't paint undisplayed plots (#13250) * Update theme.py (#13270) * Fixed Broken Link (#13266) * Fixed Broken Link * Update docs/bokeh/source/docs/first_steps/first_steps_9.rst Co-authored-by: Bryan Van de Ven <[email protected]> --------- Co-authored-by: Bryan Van de Ven <[email protected]> * fix unterminated string literals in example code [skip ci] (#13274) * Fix Legend's grid layout for uneven number of items (#13263) * 13272 update legend docs (#13273) * update docs for two dimensional legends * Apply suggestions from code review * Implement cloneable interface in ndarrays (#13232) * Update docs/bokeh/switcher.json * Added release notes --------- Co-authored-by: Ian Thomas <[email protected]> Co-authored-by: Xiaoyang Liu <[email protected]> Co-authored-by: Christoph Deil <[email protected]> Co-authored-by: Moritz Schreiber <[email protected]> Co-authored-by: Rajat Shenoi <[email protected]> Co-authored-by: Bryan Van de Ven <[email protected]>
Chiemezuo
pushed a commit
to Chiemezuo/bokeh
that referenced
this pull request
Aug 27, 2024
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status: ready
tag: codebase
Improvements to code quality without affecting any functionality.
type: task
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
ruff
repo has moved its github organisation, this updates our links inpre-commit
and docs. See scientific-python/cookie#200.