Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | pyproject.toml: Ignore E501 (line-too-long) for ruff | Wolfgang Müller | 2023-03-30 | -0/+1 |
| | | | | | | None of the lines this test affects are worth splitting in our opinion, so disable this warning globally. We'll be the judge about when a line is too long or not for now. | |||
* | poetry: Add ruff | Wolfgang Müller | 2023-03-30 | -0/+4 |
| | | | | We want to use ruff instead of pylint. | |||
* | Migrate to poetry | Wolfgang Müller | 2023-03-30 | -0/+27 |
We have used this in another project of ours and prefer its interface over pip's and its toml configuration over setup.py. There should be no functional change. |