summaryrefslogtreecommitdiff
path: root/python/tox.ini
Commit message (Expand)AuthorAge
* python: tox.ini: convert to the Tox 4.x formatPeter Pentchev2023-08-26
* python: DRY about the ruff version requirementsPeter Pentchev2023-08-05
* python: only a single Ruff environment with a pinned versionPeter Pentchev2023-08-05
* python: add the ruff-all test environmentPeter Pentchev2023-05-15
* python: use mypy 1.x with no changesPeter Pentchev2023-05-15
* python: drop the pylint checks and overrides, we use Ruff nowPeter Pentchev2023-05-15
* python: drop the flake8 test environment, we use Ruff nowPeter Pentchev2023-05-15
* python: run Ruff over the source, ignore most checksPeter Pentchev2023-05-15
* python: use Ruff's isort implementationPeter Pentchev2023-05-15
* python: tox.ini: add a comment about black --configPeter Pentchev2023-05-14
* python: rewrite tox-devel.sh using tox-stagesPeter Pentchev2023-05-14
* SPDX: drop the copyright yearsPeter Pentchev2023-05-14
* python: ddt -> pytest.mark.parametrize()Peter Pentchev2023-05-14
* python: use hatch/hatcling for the PEP517 buildPeter Pentchev2023-05-14
* python: add a reuse Tox test environmentPeter Pentchev2023-05-14
* SPDX step 1: existing noticesPeter Pentchev2023-05-14
* python: use pylint 2.16, no changesPeter Pentchev2023-02-13
* python: use black 23, no changesPeter Pentchev2023-02-13
* python: add tags and pyproject.toml config for tox-stagesPeter Pentchev2023-02-13
* python: tox.ini: allow flake8 6.xPeter Pentchev2023-01-10
* python: the 'generate' Tox env needs pyparsing, tooPeter Pentchev2022-11-28
* python: add the ini-pyp backendPeter Pentchev2022-10-25
* python: use dataclasses in the test suite, tooPeter Pentchev2022-10-25
* python: switch to a PEP517 buildPeter Pentchev2022-10-14
* python: py3: type hints -> type annotationsPeter Pentchev2022-10-14
* python: py3: drop the six dependencyPeter Pentchev2022-10-13
* python: drop the Python 2.x test environmentsPeter Pentchev2022-10-13
* python: mypy < 0.980 for the Python 2.x testPeter Pentchev2022-10-13
* python: tox.ini: cap dependency versionsPeter Pentchev2022-09-10
* python: drop the flake8 + hacking Tox test environmentPeter Pentchev2022-09-09
* python: pylint >= 2.14, no need to disable no-self-usePeter Pentchev2022-09-09
* Python: use black 23 for source code formatting.Peter Pentchev2022-04-15
* Python: tox.ini: mypy2: cap the types-six version.Peter Pentchev2022-04-15
* python: tox.ini: help pip: specify hacking >= 4.Peter Pentchev2021-11-22
* python: use io.open() and specify the encoding.Peter Pentchev2021-09-29
* python: tox: catch up with the mypy dependency changes.Peter Pentchev2021-06-23
* python: tox.ini: black 21 works, too.Peter Pentchev2021-05-11
* python/tox.ini: pylint no longer brings in six.Peter Pentchev2021-05-07
* python/tox.ini: black 20 works, too.Peter Pentchev2020-10-22
* python/tox.ini: explicitly specify the black config file.Peter Pentchev2020-10-22
* python/tox.ini: note that we used black 19 last.Peter Pentchev2020-10-22
* python/tox.ini: "black_reformat" -> "black-reformat".Peter Pentchev2020-10-22
* python: push the source down into a src/ subdirectory.Peter Pentchev2020-05-02
* python: skip_install in some tox environments.Peter Pentchev2020-04-06
* python: only run some tox tests from the sdist.Peter Pentchev2020-04-06
* python: use test_data/ as the default location.Peter Pentchev2020-04-06
* python: keep a local copy of the test data.Peter Pentchev2020-04-06
* python: only Python 2 needs type stubs; drop urllib.Peter Pentchev2020-04-06
* Fix the formatting of the Python docstrings.Peter Pentchev2020-04-06
* python: move the flake8 configuration to setup.cfg.Peter Pentchev2019-09-09