Felipe Peter

Results 13 comments of Felipe Peter

Thank you for the prompt reply! That sounds like a good solution for the official PyPI but I am mirroring a private [pypiserver](https://github.com/pypiserver/pypiserver) instance. I am thinking about writing a...

Got it! Feel free to close or keep this ticket as you see fit.

@adamjstewart The file `checker.py` contains the following, starting from line 1062: ```Python @check_for(Definition) def check_docstring_sections(self, definition, docstring): """Check for docstring sections.""" if not docstring: return lines = docstring.split("\n") if len(lines)...

Would it be hard to publish a version 0.7.1 of pep257 that has a prominent disclaimer pointing to pydocstyle?

Is there any interest in moving this forward?

I started working on that. So far, only the animations are available and no quiz mode. Feel free to [check it out](https://pub.dev/packages/stroke_order_animator) and give feedback on the repos site.

I am struggling to take a screen capture, but I'll try to explain in more detail. When I use my mouse to open the test explorer view and click on...

I would really appreciate this feature. My use case is building a package with `build` and publishing it with `twine`. I like to have all dependencies in one place, so...

Interestingly, `pylint test.py test2.py -j 2` passes. Starting with pylint 2.14.0, I have code that suddenly triggers R0801 pylint errors when running pylint with only a single worker. It used...

How about this: - Add a new variable to your `cookiecutter.json` like `"_cruft_create": false` - Run `cruft create path/to/template --extra-context='{"_cruft_create":true}'` - Use something like `if {{cookiecutter._cruft_create}}` in the hook script...