summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Upgrade 'tox - docs' to match readthedoc online and for performance (#8653)Pierre Sassoulas2023-05-031-1/+6
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-1/+1
* Use 3.11 for Github actions (#6551)Pierre Sassoulas2022-09-301-1/+1
* Update `tox.ini` (#7358)Mark Byrne2022-08-261-6/+4
* Add command to `tox.ini` & update existing github action to use it.Mark Byrne2022-07-181-0/+6
* Update tox.ini - Add `isolated_build = true`.Mark Byrne2022-07-181-0/+1
* Require python ``3.7.2+`` (#5921)Daniƫl van Noord2022-04-111-1/+1
* Fix tox dependencies with pypy (#5217)nozzy123nozzy2021-10-271-1/+3
* Update pre-commit requirement from ~=2.12 to ~=2.13 (#4495)dependabot[bot]2021-05-241-3/+3
* Add py310 as tox envMarc Mueller2021-05-111-1/+1
* Tox - update pre-commit version (#4463)Marc Mueller2021-05-101-3/+3
* Remove duplication of requirement file for docPierre Sassoulas2021-04-061-1/+1
* Autoformat tox.ini after failing to move it to setup.cfgPierre Sassoulas2021-04-051-17/+10
* Remove extra-require from the packagingPierre Sassoulas2021-04-051-3/+3
* #4290: remove skip_install in testenv docs (#4292)DudeNr332021-04-031-1/+0
* tox: run formatting by defaultPeter Kolbus2021-03-071-1/+1
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-0/+1
* Simplify the 'tox -e pylint' job with pre-commitPierre Sassoulas2021-03-071-25/+2
* Update tox configMarc Mueller2021-02-281-81/+31
* CI improvements from pinning astroid versionMarc Mueller2021-02-281-3/+4
* Additional changesMarc Mueller2021-02-201-11/+0
* Update tox.ini formattingMarc Mueller2021-02-201-9/+9
* Drop support for Python 3.5 to fix typingMarc Mueller2021-02-151-3/+2
* Add mypy in pre-commit and modify the tox job accordinglyPierre Sassoulas2021-02-071-3/+2
* Merge branch 'master' into toward_python39hippo912020-12-291-8/+8
|\
| * Use pre-commit directly in the formatting tox jobPierre Sassoulas2020-12-141-4/+4
| * Fix appveyor bug with the version of astroid not matching the real versionPierre Sassoulas2020-12-141-4/+4
* | Adds py39 envhippo912020-11-281-1/+1
|/
* profile| Runs pylint against external code, generating profile-heatmapsFrank Harrison2020-11-271-0/+17
* Modify tox to show diff of formatting changes with blackBryce Guinta2020-10-191-1/+1
* Remove unsecable whitespace in the whole codebasePierre Sassoulas2020-09-121-1/+1
* Make tool from pre-commit coherent with tox -e formattingPierre Sassoulas2020-09-101-2/+2
* Configure readthedocs with a .readthedocs.ymlAshley Whetter2020-09-071-11/+3
* tox: Don't mention isort in dependenciesDamien Baty2020-08-181-3/+0
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Support both isort 4 and isort 5Damien Baty2020-08-181-1/+3
* Remove the test specific configuration filePierre Sassoulas2020-05-011-2/+2
* Lint pylint from toxinidir, not the installed oneClaudiu Popa2020-05-011-1/+1
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-271-1/+1
* Create a directory for checker's unittestsPierre Sassoulas2020-04-271-15/+1
* Easier to read list of test to lint in tox.iniPierre Sassoulas2020-04-271-14/+35
* benchmark| Potential solution for performance regressions (#3473)Frank Harrison2020-04-261-2/+30
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-1/+1
* profile| Remove the --profile-svg switchFrank Harrison2020-04-231-1/+1
* profile| Adds profile-heatmap generation output to tox test-runsFrank Harrison2020-04-231-1/+2
* [tox] Extend the pylint check to the relevant parts in testsPierre Sassoulas2020-04-201-3/+18
* [tox] Extend the isort check to the relevant parts in testsPierre Sassoulas2020-04-201-1/+1
* [tox] Extend the black check to the relevant parts in testsPierre Sassoulas2020-04-201-1/+1
* tox| Generate coverage htmls via toxFrank Harrison2020-04-191-0/+11
* tox| Uses -m coverage instead of path to site-packages (#3464)Frank Harrison2020-04-031-4/+4