summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA2018-01-291-1/+3
|\
| * Merge branch '1.7-release' into use_flake8-import-orderTakeshi KOMIYA2018-01-281-0/+4
| |\
| * | Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+3
* | | Give local-plugins.paths option to flake8Takeshi KOMIYA2018-01-281-0/+2
| |/ |/|
* | setup: Configure flake8 extension as a local pluginStephen Finucane2018-01-261-0/+4
|/
* test: Reduce DeprecationWarning on testing (from docutils)Takeshi KOMIYA2018-01-061-0/+4
* travis: Enable codecov coverageStephen Finucane2017-12-241-0/+14
* setup.cfg: Restructure fileStephen Finucane2017-12-191-9/+9
* Merge branch 'stable'Takeshi KOMIYA2017-10-231-1/+1
|\
| * Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
* | Merge pull request #4155 from jdufresne/wheel-licenseTakeshi KOMIYA2017-10-161-0/+3
|\ \
| * | Include license file in the generated wheel packageJon Dufresne2017-10-151-0/+3
* | | Rename [wheel] section to [bdist_wheel] as the former is legacyJon Dufresne2017-10-151-1/+1
|/ /
* | utils: Move "header check" to a flake8 pluginStephen Finucane2017-10-051-1/+1
* | mypy: Make output a little friendlierStephen Finucane2017-10-051-0/+2
* | mypy: Move configuration to 'setup.cfg'Stephen Finucane2017-10-051-0/+8
* | setup.cfg: Ignore .venvStephen Finucane2017-09-261-1/+1
|/
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-1/+1
* Update setup.cfgTakeshi KOMIYA2017-05-091-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-05-091-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-04-021-1/+1
|\
| * egg_info: drop --no-svn-revision option because it has been deprecatedv1.5.4Takeshi KOMIYA2017-04-021-1/+1
* | setup.cfg: Enable 'warning-is-error'Stephen Finucane2017-02-241-0/+3
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-1/+1
* Merge branch 'stable' into 3256_update_release_scriptTakeshi KOMIYA2017-01-141-1/+1
|\
| * Update flake8 rulesTakeshi KOMIYA2017-01-121-1/+1
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | Merge branch 'stable' into 3256_update_release_scriptTakeshi KOMIYA2017-01-061-1/+1
|\ \ | |/
| * Update setup.cfg (refs: #3264)Takeshi KOMIYA2016-12-241-3/+3
* | Update setup.cfgTakeshi KOMIYA2016-12-241-3/+3
|/
* Skip flake8 for sample python codes for napoleon docsTakeshi KOMIYA2016-07-261-1/+1
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* Fix flake8 violation (utils/reindent.py)Takeshi KOMIYA2016-06-121-1/+1
* Remove ez_setup.py from flake8-exclude listTakeshi KOMIYA2016-06-121-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
* flake8: fix a problem, add differing warning #Georg Brandl2015-03-081-1/+1