summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Require Python 3.6.2 (#1269)Marc Mueller2021-11-211-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add flake8-typing-import to the pre-commit configuration (#1240)Pierre Sassoulas2021-11-211-1/+1
| | | | | Relates to #1239 Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniƫl van Noord2021-11-171-0/+3
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* More permissive version for typed-astPierre Sassoulas2021-11-121-1/+1
| | | | Closes #1237
* Allow wrapt 1.13 (#1203)Michael K2021-10-071-1/+1
| | | | | * Allow wrapt 1.13 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-021-1/+1
| | | | | | | | | | | * Fix missing name value * Add deprecation warnings to Name nodes * Add deprecation warnings to Attribute nodes * Add deprecation warnings for op attribute * Add deprecation warning to Import nodes * Add missing 'can be None' comment * Add changelog entry * Use decorator to emit DeprecationWarnings * Require typing-extensions>=3.10
* Larger range of acceptable setuptools dependency's versionPierre Sassoulas2021-07-191-1/+1
|
* Add setuptools dependence and related guardNeil Girdhar2021-07-191-0/+1
|
* Add additional_dependencies for existing package stubsPierre Sassoulas2021-06-211-12/+0
| | | | See https://github.com/PyCQA/astroid/pull/1068/files\#r655561356
* Add mypy configuration but excluding all files in pre-commitPierre Sassoulas2021-06-211-0/+15
|
* Add mypy configuration for stub that do not existsPierre Sassoulas2021-06-211-0/+24
|
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-161-2/+1
|
* Add initial support for pattern matching py310 (#986)Marc Mueller2021-05-291-0/+2
| | | | * Add initial support for pattern matching py310 * Add typing_extensions
* Remove version attributeMarc Mueller2021-05-251-1/+0
|
* Need version defined in the setup.cfgPierre Sassoulas2021-05-241-0/+1
|
* Add scm_setuptools for packagingPierre Sassoulas2021-05-241-0/+2
|
* Fix discord server invitationastroid-2.5.5Pierre Sassoulas2021-04-241-1/+1
| | | | Relates to https://github.com/PyCQA/pylint/issues/4393
* " appear litterally in pypi interface for project urlsPierre Sassoulas2021-04-241-2/+2
|
* Remove invalid URL that make twine fail with error 400Pierre Sassoulas2021-04-241-1/+0
|
* Upgrade changelog for setuptoolsPierre Sassoulas2021-04-241-2/+1
| | | | Add changelog entry for renaming of License
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-241-0/+6
| | | | Move packaging information from setup.py to setup.cfg
* Update packaging 1 - use setup.cfgMarc Mueller2021-04-231-0/+43
|
* Upgrade isort configurationPierre Sassoulas2021-04-201-2/+2
|
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-0/+8
| | | | Except on astroid/__init__.py because of circular imports
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-1/+1
|
* Drop the universal flag, we're only running on Python 3. Close #592Claudiu Popa2018-07-131-3/+0
|
* Tests are no longer installedAshley Whetter2018-05-171-1/+4
|
* Use pytest as default test runner instead of unittest for toxBryce Guinta2018-02-141-1/+2
| | | | | | | | | | There was some trouble getting this to work. I needed to use --pyargs for pytest to work in tox Allow for test file prefix unittest_ to be changed to standard test_ Helps with updating the astroid tests to standard pytest conventions Make pytest use proper test directory by default
* Allow pytest to recognize the testsBryce Guinta2018-01-011-0/+2
|
* Add support for the wheel format. Closes issue #48.Claudiu Popa2014-10-161-0/+2