We're currently using Mypy (v 0.910) in our project with pyproject.toml for configuration. I have the following file structure: src --app --generated
I am trying to switch a project from using setup.py to PEP518. I have written the following minimal pyproject.toml: [build-system] requires = ["cython", "setupt
I just got Black and Pre-Commit set up for my Django repository. I used the default config for Black from the tutorial I followed and it's been working great,
Ahoi! We are a small team and currently using poetry for developing our python packages. Since we do have a private artifactory we have the following pyproject.
Just started looking at using pyproject.toml for a repository of mine, but can't discern the different between the dependencies key and the build-system require
Background I was about to try Python package downloaded from GitHub, and realized that it did not have a setup.py, so I could not install it with pip install -e
I wish to start using poetry on some projects at work, where I am stuck behind corporate filters that sometimes interfere with certs. If I use pip, I can ignore