Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pylint: Pin to 2.13.9 | toonn | 2022-06-10 | 1 | -1/+1 |
| | | | | | | As of 2.14.0 PyLint dropped the python3 port checker. This means many of the features we want to disable, because we need syntax compatible with Python 2 are gone and we can no longer disable the checks. | ||||
* | Prepare for Pylint transition from versions <2 | toonn | 2020-07-05 | 1 | -1/+1 |
| | |||||
* | Replace pipenv with a simple requirements.txt | Wojciech Siewierski | 2018-10-08 | 1 | -0/+3 |
Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924 |