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.
With Dash coming to .NET and MATLAB, these should be included in our default highlightjs config: F#, C#, MATLAB.
I also took the opportunity to update pylint to v2.10. I started looking at this because for some reason pylint thinks
multiprocess.Process
isn't callable, and upgrading didn't fix that (surprised @jonmmease and others didn't hit this problem?) but it did introduce thedisable-next
syntax which is really nice for avoiding long lines and strange line breaks as pylint and black fight with each other.A note: in #1679 we added the
dash/dcc
,dash/html
, anddash/dash_table
directories to.gitignore
, but not until after their contents were committed. We should remove all of these files, and only commit them inmaster
, but I'm not doing that here (and I'm committing the updated component bundles) so as not to further disrupt anyone else who depends on thedev
branch here right now.