Giter VIP home page Giter VIP logo

Comments (5)

NeilGirdhar avatar NeilGirdhar commented on August 22, 2024 1

@jtmoon79 Should be fixed now! Please let me know if it's not working for you.

from ipromise.

NeilGirdhar avatar NeilGirdhar commented on August 22, 2024 1

@jtmoon79 I run pflake8, which is pyproject-flake8. This allows me to put all of the configuration in one place. Try it out!

I use master poetry since I'm waiting for some features in my other projects. Please let me know if it doesn't work with older poetry.

from ipromise.

jtmoon79 avatar jtmoon79 commented on August 22, 2024 1

flake8 tests passed using pflake8 against db70ac6 🙂

$ git log -n1 --oneline
db70ac6 (HEAD -> NeilGirdhar-master, NeilGirdhar/master) Fix type errors

$ python -m pip install pyproject-flake8

$ python -m poetry run pflake8 -v ipromise/ test/

from ipromise.

NeilGirdhar avatar NeilGirdhar commented on August 22, 2024

Yeah, these errors should be fixed. I'll update to pyproject-flake8 while I'm at it. Thanks for reporting this!

from ipromise.

jtmoon79 avatar jtmoon79 commented on August 22, 2024

flake8 failed.

When run using poetry, it fails to run.

$ python -m poetry run flake8

Using Poetry version 1.1.14.

What command did you run?

What version of poetry?

When flake8 is run standalone, thus bypassing settings within pyproject.toml, there were errors

$ flake8 ipromise/
ipromise/annotations.py:7:80: E501 line too long (89 > 79 characters)
ipromise/ipromise.py:12:80: E501 line too long (100 > 79 characters)
ipromise/ipromise.py:25:80: E501 line too long (82 > 79 characters)
ipromise/ipromise.py:115:80: E501 line too long (100 > 79 characters)
ipromise/ipromise.py:116:80: E501 line too long (99 > 79 characters)
ipromise/overrides.py:27:80: E501 line too long (80 > 79 characters)
ipromise/__init__.py:1:1: F403 'from .augments import *' used; unable to detect undefined names
ipromise/__init__.py:1:1: F401 '.augments.*' imported but unused
ipromise/__init__.py:2:1: F403 'from .implements import *' used; unable to detect undefined names
ipromise/__init__.py:2:1: F401 '.implements.*' imported but unused
ipromise/__init__.py:3:1: F403 'from .ipromise import *' used; unable to detect undefined names
ipromise/__init__.py:3:1: F401 '.ipromise.*' imported but unused
ipromise/__init__.py:4:1: F403 'from .overrides import *' used; unable to detect undefined names
ipromise/__init__.py:4:1: F401 '.overrides.*' imported but unused

from ipromise.

Related Issues (4)

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.