ploomber / ploomber

The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️

Home Page:https://docs.ploomber.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pinned pycodestyle

edublancas opened this issue · comments

we had to pin it due to a problem with autopep8:

"pycodestyle<2.11.0",

It seems that the issue is already resolved on autopep8 2.0.4. I tried removing the pinned version in the setup.py, updating (autopep8 2.0.4 and autopep8 2.0.4) and with this the tests work.

Are the tests enough to be sure that the problem is no longer there?

I forgot to add the error traceback but I'm confident that I found this via the CI, so, yes, if all tests pass, we're good to go.