Skip to content

More hljs langs#1729

Merged
alexcjohnson merged 5 commits intodevfrom
more-hljs-langs
Aug 26, 2021
Merged

More hljs langs#1729
alexcjohnson merged 5 commits intodevfrom
more-hljs-langs

Conversation

@alexcjohnson
Copy link
Collaborator

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 the disable-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, and dash/dash_table directories to .gitignore, but not until after their contents were committed. We should remove all of these files, and only commit them in master, 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 the dev branch here right now.

elif isinstance(arg_index_grouping, (tuple, list)):
func_args = list(args_grouping)
func_kwargs = dict()
func_kwargs = {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@HammadTheOne HammadTheOne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃

LGTM. One failing test, but it runs fine locally, so probably just a flaky run.

@alexcjohnson alexcjohnson merged commit d21a365 into dev Aug 26, 2021
@alexcjohnson alexcjohnson deleted the more-hljs-langs branch August 26, 2021 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants