summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add package data to ``pyprojecttoml``Daniel van Noord2023-04-261-0/+8
|
* Remove ``laxy_object_proxy`` as dependency (#2139)Daniël van Noord2023-04-241-2/+0
|
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-3/+1
|
* Merge branch 'maintenance/2.15.x' following 2.15.3 releasePierre Sassoulas2023-04-161-3/+0
|\
| * [packaging metadata] Remove pycqa email in favor of github's orgPierre Sassoulas2023-04-161-3/+0
| |
* | Remove dependency on ``wrapt``Daniël van Noord2023-04-011-3/+0
| |
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
| |
* | Upgrade pre-commit configuration and move to ruff (#2057)Pierre Sassoulas2023-03-141-8/+33
|/
* Declare support for Python 3.11 (#2018)Hugo van Kemenade2023-02-091-0/+1
|
* [doc] Use the real URL address of pylint's read the doc project (#2016)Pierre Sassoulas2023-02-091-1/+1
|
* Clean-up and fix tox's commands (#1963)Pierre Sassoulas2023-02-081-1/+1
| | | | | | | | | | | | | | | * [tox] Add python 3.11 to the list of interpreters Refs #1960 * Update build system dependencies * Update pre-commit requirements * Fix Sphinx errors --------- Co-authored-by: Avram Lubkin <aviso@rockhopper.net>
* Do not require typing_extensions on Python 3.11Michal Vasilek2023-01-151-1/+1
| | | | | | | | 19878a55e61ce8788db530240dba9570706a5aac added an unconditional dependency on typing_extensions to fix tests with Python 3.10 3.11. This commit fixes this issue by only requiring typing_extensions on Python versions lower than 3.11 and using standard typing on Python 3.11 and newer.
* Remove typing_extensions from the tests requirements (#1944)Pierre Sassoulas2023-01-081-1/+1
| | | | Also fix the version check for 'typing-extensions' dependency in order to fix #1945
* bump minimal version of typing-extensionsplucury2023-01-081-1/+1
|
* Fail pytest runs on warningsJacob Walls2022-11-201-0/+1
|
* Migrate configs for isort, mypy, and pytest into pyproject.toml (#1789)Christian Clauss2022-09-181-0/+38
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump ``wrapt`` to ``1.14`` (#1745)Daniël van Noord2022-08-221-1/+2
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Improve packaging [PEP 517 + 621] (#1670)Marc Mueller2022-06-291-0/+55
* Use isolated build environments * Use new project metadata format [PEP 621] * Move remaining flake8 config to setup.cfg * Update pre-commit config