summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-5/+5
|
* Bump deps and tools (#2913)Bernát Gábor2023-02-051-5/+5
|
* Avoid pre-commit isort crashGanden Schaffner2023-01-301-1/+1
| | | | See https://github.com/PyCQA/isort/issues/2077.
* [pre-commit.ci] pre-commit autoupdate (#2889)pre-commit-ci[bot]2023-01-251-4/+4
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-111-2/+2
| | | | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Fixes https://github.com/tox-dev/tox/issues/2657 Fixes https://github.com/tox-dev/tox/issues/2848
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-2/+2
| | | Resolves https://github.com/tox-dev/tox/issues/2773
* Fix change_dir is not always relative to tox_root (#2761)Bernát Gábor2022-12-201-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2619
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-4/+4
| | | Resolves https://github.com/tox-dev/tox/issues/2636
* [pre-commit.ci] pre-commit autoupdate (#2689)pre-commit-ci[bot]2022-12-121-2/+2
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Do not log distlib.util or filelock (#2656)Bernát Gábor2022-12-081-1/+1
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2612
* Lock parallel package operations (#2593)Bernát Gábor2022-12-051-1/+1
|
* Fix doc build, bump deps and toolsBernát Gábor2022-12-031-2/+3
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support for recursive extras (#2579)Bernát Gábor2022-12-021-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2568
* Bump dependencies (#2551)Bernát Gábor2022-11-261-1/+1
|
* Bump deps and toolsBernát Gábor2022-11-221-2/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump tools and deps (#2522)Bernát Gábor2022-10-301-8/+8
| | | | | | | | | | | * Bump tools and deps Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Simplify docs conf Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump tools (#2491)Bernát Gábor2022-09-091-6/+6
|
* Bump toolsBernát Gábor2022-09-091-5/+5
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump dependenciesBernát Gábor2022-09-091-11/+11
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump lintersBernát Gábor2022-09-091-6/+6
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* release 4.0.0b2Bernát Gábor2022-09-091-10/+10
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Use hatchling instead of setuptools as build backend (#2369)Bernát Gábor2022-03-041-6/+1
|
* Bump pre-commit dependencies (#2348)Bernát Gábor2022-02-081-4/+4
|
* 2315 (#2317)Bernát Gábor2022-01-131-2/+2
|
* Bump linterBernát Gábor2022-01-041-23/+24
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Better selection support (#2290)Bernát Gábor2022-01-041-4/+4
|
* Bump lintersBernát Gábor2021-12-111-11/+11
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump checkers and pre-commitBernát Gábor2021-11-171-4/+4
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-1/+1
|
* Use pyproject-api package (#2274)Bernát Gábor2021-11-161-2/+2
|
* Update setup changelogBernát Gábor2021-11-161-34/+48
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump lintersBernát Gábor2021-10-141-6/+5
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for the --discover flag (#2245)Bernát Gábor2021-10-041-1/+1
|
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-241-1/+1
| | | | | | | This happens if you declare configuration for a packaging environment. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-161-1/+1
|
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-2/+5
|
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-111-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-5/+5
| | | | | | | The ConfigSet should be always specialized via subclassing. The contains is a quality of life imporvement for plugins. Also bumped the tools while at it. Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump lintersBernát Gábor2021-07-311-2/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump formatters and deps to latest (#2116)Bernát Gábor2021-07-261-10/+10
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Bump formattersBernát Gábor2021-05-071-3/+3
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add Python3.10 to the test suite (#2014)Bernát Gábor2021-04-101-0/+2
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-091-1/+11
|
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-3/+3
| | | | | | | | - Add documentation for the plugin interface - Introduce the installer abstraction - Rework how we handle tox deps section, requirement and constraint files - Support for escaping comments in tox.ini configs Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-1/+1
|
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-271-1/+1
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add release taskBernát Gábor2021-02-151-0/+5
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-4/+6
|