summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump ``astroid`` version to ``2.8.5``Daniël van Noord2021-11-121-1/+1
|
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-251-1/+1
| | | | | | | | | * Add tests for assignment expressions in function defaults Ref #3688 * Upgrade astroid to 2.8.4 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Upgrade astroid version to 2.8.3Pierre Sassoulas2021-10-171-1/+1
|
* Update astroid to 2.8.2 (#5126)Marc Mueller2021-10-071-1/+1
|
* Add ``no-implicit-optional`` flag to ``mypy`` (#5075)Daniël van Noord2021-09-261-0/+1
|
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-1/+1
| | | | * Update toml dependency from >=0.7.1 to >=0.9.2
* Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas2021-09-151-0/+3
|
* Upgrade astroid to 2.8.0Pierre Sassoulas2021-09-141-1/+1
|
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-0/+1
| | | | | | | | | | | | | | | * Add type annotations to ``visit`` & ``leave`` calls This adds typing to most calls that visit nodes. All other changes are due to mypy errors resulting from introduction of typing. * Fix outstanding mypy issues This removes some of the `type: ignore` comments in favour of solving the mypy issues these comments were surpressing. * Fix remaining references to node_classes Except for two references to node_classes in the changelog this should be the last of them Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Change http links to https in setup.pyPierre Sassoulas2021-08-311-3/+3
|
* Upgrade astroid to 2.7.3Pierre Sassoulas2021-08-301-1/+1
|
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-0/+1
| | | | | | | | | | | * Add global py-version config * Add typing-extensions as requirement for Python < 3.10 * Add consider-using-assignment-expr to CodeStyleChecker * Default to max-line-length Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Rename URLsPhilipp A2021-08-261-6/+7
| | | The icons are inferred here: https://github.com/pypa/warehouse/blob/main/warehouse/templates/packaging/detail.html
* Updated mypy checks (#4889)Marc Mueller2021-08-211-3/+0
| | | | | | | | | | | | | | | | | * Remove typing ignore for platformdirs * Use local environment for mypy pre-commit * Update ci workflow * Revert "Use local environment for mypy pre-commit" This reverts commit 2052d0a96946ac086430b87dfd9e29c8c43721f9. * Revert "Update ci workflow" This reverts commit a0f8174b29e972b1665655a1e29517e3bd7bc184. * Add platformdirs as additional dependency
* Require platformdirs 2.2.0 (#4890)Marc Mueller2021-08-211-1/+1
|
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-3/+3
| | | | | * Migrate from appdirs to platformdirs Closes #4886
* Upgrade astroid to 2.7.2Pierre Sassoulas2021-08-201-1/+1
|
* Update test requirements to astroid 2.7.1David Liu2021-08-201-1/+1
|
* Upgrade astroid to 2.7.0Pierre Sassoulas2021-08-161-1/+1
|
* Upgrade astroid to 2.6.6Pierre Sassoulas2021-08-041-1/+1
|
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-1/+5
| | | | | Closes #3878 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Upgrade astroid to 2.6.5Pierre Sassoulas2021-07-211-1/+1
|
* Upgrade astroid to 2.6.4Pierre Sassoulas2021-07-191-1/+1
|
* Upgrade astroid to 2.6.3Pierre Sassoulas2021-07-191-1/+1
|
* Upgrade astroid to 2.6.2Pierre Sassoulas2021-06-301-1/+1
|
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-291-0/+1
|
* Upgrade astroid to 2.6.1Pierre Sassoulas2021-06-291-1/+1
|
* Upgrade astroid to 2.6.0 (#4602)Pierre Sassoulas2021-06-221-1/+1
|
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-171-2/+1
|
* Upgrade astroid to 2.6.0-dev0 (#4581)Pierre Sassoulas2021-06-161-1/+1
|
* Add global mypy configMarc Mueller2021-06-141-0/+33
|
* Add documentation in order to prevent error in the futurePierre Sassoulas2021-06-071-1/+1
|
* Upgrade to astroid 2.5.8Pierre Sassoulas2021-06-071-1/+1
| | | | Closes #4524
* Require astroid 2.5.7Pierre Sassoulas2021-05-291-1/+1
|
* Improve build config (#4512)Marc Mueller2021-05-251-1/+0
| | | | * Remove version attribute * Add manifest
* Add scm_setuptools for packagingPierre Sassoulas2021-04-261-0/+2
|
* Prepare 2.8.1 releasepylint-2.8.1Pierre Sassoulas2021-04-251-1/+1
|
* Fix discord server invitationPierre Sassoulas2021-04-241-1/+1
| | | | Closes #4393
* " appear litterally in pypi interface for project urlsPierre Sassoulas2021-04-241-6/+6
|
* Remove invalid URL that make twine fail with error 400Pierre Sassoulas2021-04-241-1/+0
|
* Update astroid to 2.5.4 (#4392)Marc Mueller2021-04-241-1/+1
|
* Follow up to COPYING renamedPierre Sassoulas2021-04-111-1/+1
|
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-3/+3
|
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-101-1/+1
| | | | * Add test case for typing.Generic with ABCMeta
* Remove 'deprecated' option zip_safe from setup.cfgPierre Sassoulas2021-04-051-1/+0
|
* Remove Manifest.in as setup.cfg works after removing cachePierre Sassoulas2021-04-051-0/+4
|
* Add discord server in project urlPierre Sassoulas2021-04-051-0/+1
|
* Add setup-cfg-fmt in pre-commit configurationPierre Sassoulas2021-04-051-26/+26
|
* Remove .isort.cfg in favor of setup.cfgPierre Sassoulas2021-04-051-0/+8
|
* Remove pytest.ini in favor of setup.cfgPierre Sassoulas2021-04-051-0/+5
| | | | | Temporary before pyproject.toml see, https://docs.pytest.org/en/stable/customize.html#setup-cfg