summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Rename ``setup.cfg`` to ``.flake8``Adam Turner2022-12-291-8/+0
* Migrate coveragepy config into pyproject.toml (#11025)Sergey B Kirpichev2022-12-291-15/+0
* Migrate configs for isort, mypy, and pytest into pyproject.toml (#10844)Christian Clauss2022-09-211-103/+0
* Shrink strict optional whitelist (HTML writers) (#10838)danieleades2022-09-201-6/+0
* Begin addding `flake8-simplify` checks (#10820)danieleades2022-09-201-1/+1
* Use declarative metadataAdam Turner2022-09-131-11/+0
* Shink the strict optional whitelist (#10800)danieleades2022-09-091-3/+0
* Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades2022-09-091-3/+0
* Fix more strict static typing errors (#10681)danieleades2022-08-281-2/+14
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-281-7/+25
* Fix some static typing errors (#10745)danieleades2022-08-141-9/+0
* set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-1/+67
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-1/+1
* Remove redundant static typing casts (#10612)danieleades2022-07-021-0/+1
* Increase static typing strictness (#10530)Adam Turner2022-06-161-0/+2
* Merge branch '5.x' into sphinx-docs-buildTakeshi KOMIYA2022-04-171-14/+0
|\
| * Add command runnersAdam Turner2022-04-161-14/+0
* | Don't use deprecated `setup.py build_sphinx`Adam Turner2022-04-161-3/+0
|/
* Use license_files to fix setuptools deprecation warningHugo van Kemenade2022-03-241-1/+1
* Remove redundant `sphinx/utils/checks.py`Adam Turner2022-02-201-6/+0
* Merge branch '3.x'Takeshi KOMIYA2020-12-311-0/+1
|\
| * refactor: Reduce warnings on testingTakeshi KOMIYA2020-12-291-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-211-1/+3
|\ \ | |/
| * test: Apply flake8 to tests/ directoryTakeshi KOMIYA2020-11-161-1/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-0/+3
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-0/+3
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-281-2/+0
|\ \ | |/
| * move registration of public markers to sphinx.testing.fixturesoleg.hoefling2020-10-251-2/+0
* | refactor: Clean up filterwarningsTakeshi KOMIYA2020-05-041-1/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-05-041-0/+2
|\ \ | |/
| * refactor: Catch ImportError for lib2to3 to support future pythonTakeshi KOMIYA2020-05-041-0/+1
| * refactor: Suppress DeprecationWarning for pyximportTakeshi KOMIYA2020-05-041-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-0/+1
|\ \ | |/
| * pytest: configure testpathsDaniel Hahler2020-03-121-0/+1
* | Run mypy under py36 modeTakeshi KOMIYA2020-03-071-1/+1
|/
* Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-051-0/+1
|\
| * Unpin coverage packageTakeshi KOMIYA2020-03-051-0/+1
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-0/+1
|\ \ | |/
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-0/+1
* | Specify the target Python version in the mypy configurationJon Dufresne2019-08-161-0/+1
|/
* Remove "universal" configuration from setup.cfgJon Dufresne2019-06-131-3/+0
* test: declare pytest markersTakeshi KOMIYA2019-05-121-0/+5
* Remove redundant mypy config 'incremental'Jon Dufresne2019-01-061-1/+0
* Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+0
* test: Give filterwarnings=all by ini fileTakeshi KOMIYA2018-10-301-0/+1
* Merge branch '1.7'Takeshi KOMIYA2018-07-171-1/+1
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-07-161-1/+1
* | doc: Add "extensions" to usage guideStephen Finucane2018-06-201-1/+1
|/
* mypy: add --no-strict-optionalTakeshi KOMIYA2018-05-031-0/+1
* Remove sphinx.pycode.pgen2 from flake8 excludeDmitry Shachnev2018-03-011-1/+1