Category "pyproject.toml"

MyPy configuration - exclude multiple directories

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

Using tox and pyproject.toml

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

Ignoring Django Migrations in pyproject.toml file for Black formatter

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,

Using poetry and pip to install dependencies with private repositories

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.

Pyproject dependencies vs build-system requires?

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

What is pyproject.toml file for?

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

Does Poetry have an equivalent for the flag "--trusted-host" that is available on Pip?

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