| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Expand the mypy whitelist for 'sphinx.util' (#11406) | danieleades | 2023-05-12 | 1 | -1/+12 |
| | | |||||
| * | Remove 'sphinx.ext.duration' from the mypy whitelist (#11404) | danieleades | 2023-05-12 | 1 | -1/+0 |
| | | |||||
| * | Remove 'sphinx.util.typing' from mypy whitelist (#11397) | danieleades | 2023-05-12 | 1 | -1/+0 |
| | | |||||
| * | Remove remaining references to the setuptools integration (#11418)7.0.x | Willem | 2023-05-12 | 1 | -5/+0 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Support Docutils 0.20 (#11411) | Adam Turner | 2023-05-09 | 1 | -1/+1 |
| | | |||||
| * | Remove the deprecated Setuptools integration (#11363) | Adam Turner | 2023-04-27 | 1 | -1/+0 |
| | | |||||
| * | Use a shared file-system lock in ``create_server`` (#11294) | Martin Liška | 2023-04-06 | 1 | -0/+1 |
| | | | | | | | | With parallel run of tests, one gets "Address already in use" errors as all tests attempt to bind to the same port. Fix it with a shared file-system lock. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Resolve lint errors from Ruff 0.0.261 | Adam Turner | 2023-04-05 | 1 | -6/+0 |
| | | |||||
| * | Resolve lint errors from Ruff 0.0.260 | Adam Turner | 2023-03-31 | 1 | -0/+7 |
| | | |||||
| * | Fix typos found by codespell | Dimitri Papadopoulos | 2023-03-27 | 1 | -1/+1 |
| | | |||||
| * | Resolve lint errors from Ruff 0.0.259 | Adam Turner | 2023-03-23 | 1 | -0/+1 |
| | | |||||
| * | Resolve lint errors from Ruff 0.0.257 | Adam Turner | 2023-03-18 | 1 | -12/+13 |
| | | |||||
| * | Require Docutils 0.18.1 or greater | Adam Turner | 2023-03-17 | 1 | -1/+1 |
| | | | | | | | ``Node.findall()`` was introduced in `Docutils 0.18.1`__ __ https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-1-2021-12-23 | ||||
| * | Ignore ``PLC1901`` in Ruff | Adam Turner | 2023-03-15 | 1 | -0/+1 |
| | | |||||
| * | Resolve lint errors from Ruff 0.0.254 | Adam Turner | 2023-03-05 | 1 | -1/+4 |
| | | |||||
| * | Explicitly select all linter checks | Adam Turner | 2023-02-18 | 1 | -48/+1 |
| | | |||||
| * | Update Ruff configuration | Adam Turner | 2023-02-18 | 1 | -5/+109 |
| | | |||||
| * | Ignore some pylint checks in Ruff | Adam Turner | 2023-02-09 | 1 | -0/+3 |
| | | |||||
| * | Ignore various lint checks in Ruff | Adam Turner | 2023-01-31 | 1 | -0/+7 |
| | | |||||
| * | Ruff code TYP renamed to TCH | Adam Turner | 2023-01-31 | 1 | -1/+1 |
| | | |||||
| * | Enable more Ruff checks | Adam Turner | 2023-01-23 | 1 | -0/+12 |
| | | |||||
| * | Detect import sorting problems with Ruff | Adam Turner | 2023-01-23 | 1 | -0/+1 |
| | | |||||
| * | Ignore ``S701`` in Ruff | Adam Turner | 2023-01-23 | 1 | -0/+1 |
| | | |||||
| * | Ignore ``SIM115`` in Ruff | Adam Turner | 2023-01-23 | 1 | -0/+1 |
| | | |||||
| * | Update ``PL`` code ignores in Ruff | Adam Turner | 2023-01-23 | 1 | -4/+3 |
| | | |||||
| * | Ignore UP031 check with Ruff 0.0.229 | Jean-François B | 2023-01-22 | 1 | -0/+2 |
| | | |||||
| * | Ignore more checks in Ruff 0.0.214 | Adam Turner | 2023-01-07 | 1 | -0/+1 |
| | | |||||
| * | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -0/+1 |
| | | | | | This allows using Ruff's import sorting fixers | ||||
| * | Ignore more checks in Ruff 0.0.213 | Adam Turner | 2023-01-07 | 1 | -0/+3 |
| | | |||||
| * | Add SIM113 lint (#11057) | danieleades | 2023-01-05 | 1 | -0/+1 |
| | | | | SIM113: Use ``enumerate`` | ||||
| * | Remove flake8 plugins in favour of Ruff (#11085) | danieleades | 2023-01-05 | 1 | -2/+1 |
| | | | | | | Remove flake8-comprehensions and flake8-bugbear in favour of Ruff. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Suppress lint failures from Ruff 0.0.211 (#11086) | danieleades | 2023-01-05 | 1 | -0/+4 |
| | | | | | | Ruff has added new SIM lints which sphinx has not implemented. This suppresses those lints (matching the flake8-simplify config). | ||||
| * | Update ruff configuration | Adam Turner | 2023-01-03 | 1 | -4/+0 |
| | | |||||
| * | De-glob mypy whitelist for 'sphinx.domains.*' (#11064) | danieleades | 2023-01-02 | 1 | -2/+9 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Shrink mypy whitelist for 'util.nodes' module (#11061) | danieleades | 2023-01-02 | 1 | -2/+1 |
| | | |||||
| * | Shrink 'any-generics' whitelist for 'writers' module (#10867) | danieleades | 2023-01-02 | 1 | -1/+0 |
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | Use ``any`` to find elements in iterable (#11053) | danieleades | 2023-01-02 | 1 | -0/+1 |
| | | |||||
| * | Clarify licence in Sphinx's metadata (#10956) | Frazer McLean | 2023-01-01 | 1 | -1/+1 |
| | | | | Disambiguate which BSD license is used in a computer-parsable form. | ||||
| * | Merge branch '6.0.x' | Adam Turner | 2023-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix tests for Pygments 2.14 | Adam Turner | 2023-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | Pygments 2.14 was released on 01/01/2023 [0] [0]: https://pygments.org/docs/changelog/#version-2-14-0 | ||||
| * | | Enable Ruff's pylint 'PLC2201' check | Adam Turner | 2022-12-30 | 1 | -2/+0 |
| | | | | | | | | | Address all cases where the comparison order check is violated | ||||
| * | | Remove redundant import aliases with `isort` | Adam Turner | 2022-12-29 | 1 | -0/+1 |
| | | | |||||
| * | | Enable Ruff's pyupgrade checks | Adam Turner | 2022-12-29 | 1 | -0/+1 |
| | | | |||||
| * | | Enable Ruff's flake8-debugger checks | Adam Turner | 2022-12-29 | 1 | -0/+1 |
| | | | |||||
| * | | Enable Ruff's flake8-bandit checks | Adam Turner | 2022-12-29 | 1 | -0/+4 |
| | | | |||||
| * | | Enable Ruff's pylint checks | Adam Turner | 2022-12-29 | 1 | -0/+6 |
| | | | | | | | | | | | Also fix two PLW0602 warnings (``global`` without assignment) and five PLW0120 warnings (else clause on loop without break). | ||||
| * | | Enable Ruff's pygrep-hooks checks | Adam Turner | 2022-12-29 | 1 | -1/+4 |
| | | | |||||
| * | | Tighten mypy 'strict optional' whitelist (#11038) | danieleades | 2022-12-29 | 1 | -2/+18 |
| | | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | | Adopt the Ruff code linting tool | Adam Turner | 2022-12-29 | 1 | -0/+48 |
| |/ | | | | https://github.com/charliermarsh/ruff | ||||
| * | Migrate coveragepy config into pyproject.toml (#11025) | Sergey B Kirpichev | 2022-12-29 | 1 | -0/+16 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
