Code Monkey home page Code Monkey logo

Comments (2)

kishan3 avatar kishan3 commented on August 28, 2024

The only ones that remain are line too long types:

backend/API/urls.py:8:80: E501 line too long (87 > 79 characters)
backend/API/urls.py:10:80: E501 line too long (82 > 79 characters)
backend/API/urls.py:11:80: E501 line too long (86 > 79 characters)
backend/API/urls.py:16:80: E501 line too long (90 > 79 characters)
backend/API/urls.py:17:80: E501 line too long (80 > 79 characters)
backend/API/urls.py:18:80: E501 line too long (80 > 79 characters)
backend/API/urls.py:20:80: E501 line too long (88 > 79 characters)
backend/API/urls.py:21:80: E501 line too long (104 > 79 characters)
backend/API/models.py:22:80: E501 line too long (97 > 79 characters)
backend/API/serializer.py:5:80: E501 line too long (110 > 79 characters)
backend/API/serializer.py:14:80: E501 line too long (91 > 79 characters)
backend/API/serializer.py:26:80: E501 line too long (82 > 79 characters)
backend/API/serializer.py:32:80: E501 line too long (80 > 79 characters)
backend/API/serializer.py:38:80: E501 line too long (81 > 79 characters)
backend/API/serializer.py:44:80: E501 line too long (96 > 79 characters)
backend/API/views.py:8:80: E501 line too long (90 > 79 characters)
backend/API/views.py:12:80: E501 line too long (89 > 79 characters)
backend/API/views.py:13:80: E501 line too long (87 > 79 characters)
backend/API/views.py:14:80: E501 line too long (121 > 79 characters)
backend/API/views.py:36:80: E501 line too long (93 > 79 characters)
backend/API/views.py:125:5: F841 local variable 'token' is assigned to but never used
backend/API/views.py:148:5: F841 local variable 'login' is assigned to but never used
backend/API/helper.py:7:80: E501 line too long (235 > 79 characters)
backend/API/helper.py:22:80: E501 line too long (84 > 79 characters)

Also, there are two unused variables in views.py so if you let me know I can remove them too! Thanks!

from formica.

felixfaisal avatar felixfaisal commented on August 28, 2024

Hey @kishan3 I think you can comment them out for now, And also update the PR on how you performed flake 8 testing in your local

from formica.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.