summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Expand)AuthorAgeFilesLines
* Upgrade pre-commit configuration and move to ruff (#2057)Pierre Sassoulas2023-03-141-15/+0
* Bump flake8-bugbear from 22.10.27 to 23.1.20 (#2010)dependabot[bot]2023-02-091-1/+4
* [pre-commit.ci] pre-commit autoupdate (#1928)pre-commit-ci[bot]2022-12-271-5/+5
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-4/+1
* [flake8] Set the max line length to 110 instead of 138Pierre Sassoulas2022-09-191-1/+3
* Migrate configs for isort, mypy, and pytest into pyproject.toml (#1789)Christian Clauss2022-09-181-51/+0
* Activate's flake8 max-complexity and max-line-length with a high enough value...Christian Clauss2022-09-181-5/+2
* [pre-commit.ci] pre-commit autoupdate (#1726)pre-commit-ci[bot]2022-08-081-1/+9
* Improve packaging [PEP 517 + 621] (#1670)Marc Mueller2022-06-291-44/+13
* Add ignores for missing imports from ``importlib``Daniël van Noord2022-06-161-0/+4
* Remove dependency on `pkg_resources` from `setuptools` (#1536)Jacob Walls2022-05-221-1/+0
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-2/+1
* Upgrade mypy to 0.940 (#1466)Daniël van Noord2022-03-121-0/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-1/+3
* Bump max pin on `wrapt` (#1465)Dave Hirschfeld2022-03-121-1/+1
* Require Python 3.6.2 (#1269)Marc Mueller2021-11-211-1/+1
* Add flake8-typing-import to the pre-commit configuration (#1240)Pierre Sassoulas2021-11-211-1/+1
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-171-0/+3
* More permissive version for typed-astPierre Sassoulas2021-11-121-1/+1
* Allow wrapt 1.13 (#1203)Michael K2021-10-071-1/+1
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-021-1/+1
* 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
* 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
* 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
* " 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
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-241-0/+6
* 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
* 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
* 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