Eric Ma
Eric Ma
### Environment - `interrogate` version(s): 1.5.0, as a pre-commit hook - Operating System(s): Ubuntu (CI/CD) - Python version(s): *3.12.0* ### Description of the bug When running `pre-commit` with `interrogate` as...
# Hey, I just made a Pull Request! ## Description This PR adds setuptools to the additional dependencies in the pre-commit-hooks.yaml file. This change ensures that setuptools is available during...
A super minor, one-character PR fix.
- Update the Python version requirement to be more flexible, allowing any version greater than or equal to 3.9. - Remove the `hiveplot` dependency from the main list. - Move...
Hi @jamalex! Thank you for making `notion-py`. Really like it for custom automation with Notion. Recently, I have encountered an HTTP 400 error when trying to query for a collection....
@vinayak-mehta thanks for handling #9 so quickly! I just upgraded nbcommands, and I think I might have found one more edge case, I hope you don't mind me reporting this...
We're doing some major changes here! Firstly, publishing pages from notebooks using mkdocs, mkdocs-material, and mknotebooks. Secondly, re-emphasizing the ability to get a Binder session. Thirdly, adding in `pandera` into...
[Datatest](https://datatest.readthedocs.io/en/stable/index.html) implements exactly what I've been looking for and advocating for in this tutorial repository.
Basically covering the tell-tale signs of when functional programming may be a better choice, and when object-oriented programming may be a better choice, and what to do when the choice...
Basically covering where and when to use: - lists: sequences of identically-typed objects - dictionaries: simple mappings from hashable type to arbitrary objects - (named) tuples: more complex mappings -...