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

Flake 8 line length erros #13

Open
dylreeve opened this issue Apr 25, 2023 · 2 comments
Open

Flake 8 line length erros #13

dylreeve opened this issue Apr 25, 2023 · 2 comments
Assignees
Labels
duplicate This issue or pull request already exists Priority: Low Low priority issue that should not be prioritised unless there are no other pending issues

Comments

@dylreeve
Copy link

inflammation/serializers.py:45:80: E501 line too long (83 > 79 characters)
inflammation/serializers.py:53:80: E501 line too long (94 > 79 characters)

consider if max line length is to be explicitly set as something different to 79, or alter files to this length

@hj8367 hj8367 added the duplicate This issue or pull request already exists label Apr 25, 2023
@hj8367
Copy link
Collaborator

hj8367 commented Apr 25, 2023

Potential duplicate of #11

@hj8367 hj8367 self-assigned this Apr 25, 2023
@hj8367 hj8367 added the Priority: Low Low priority issue that should not be prioritised unless there are no other pending issues label Apr 25, 2023
@hibozzy18
Copy link
Collaborator

We ensured that they are no tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists Priority: Low Low priority issue that should not be prioritised unless there are no other pending issues
Projects
None yet
Development

No branches or pull requests

3 participants