Skip to content
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

Fix long lines #47

Merged
merged 7 commits into from
Jan 11, 2024
Merged

Fix long lines #47

merged 7 commits into from
Jan 11, 2024

Conversation

dalonsoa
Copy link
Collaborator

@dalonsoa dalonsoa commented Dec 12, 2023

This PR enables the check of long lines and fixes them.

It is a mixture of manual manipulation and using the rewrap extension for VSCode, so the look and feel might be a bit weird.

Close #34

@dalonsoa dalonsoa marked this pull request as ready for review January 10, 2024 08:54
#
colorama==0.4.6
Copy link
Member

Choose a reason for hiding this comment

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

Curious why colorama is now deleted when none of the dependencies have changed. Is this to do with running pip-compile on windows vs mac? In which case maybe we should have separate requirements files for windows/mac/linux?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't know, to be honest. All tests are passing in all the platforms so if this were something that needs to be different for each of them, I would expect for some of the tests to fail if a platform requires something that has not been installed.

Copy link
Member

Choose a reason for hiding this comment

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

Looks like it's needed to create coloured terminal text in Windows, but everything seems fine without it on my machine

@dalonsoa dalonsoa merged commit c89535e into main Jan 11, 2024
21 checks passed
@dalonsoa dalonsoa deleted the fix_docstrings branch January 11, 2024 09:35
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.

Enable checking the line length
2 participants