summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 6.2.0 to 7.0.0dependabot/pip/sphinx-7.0.0dependabot[bot]2023-05-011-1/+1
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-305-1/+79
* [primer] Fix commit string generation (#8639)Jacob Walls2023-04-301-2/+3
* Make sure a ``tool`` table is created in ``toml`` generation (#8638)Daniƫl van Noord2023-04-305-10/+11
* Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-295-19/+29
* Add home-assistant to primer and remove old external primer (#8612)Jacob Walls2023-04-297-129/+6
* [tomlkit] Limit the maximum version of tomlkit (#8633)Pierre Sassoulas2023-04-282-1/+5
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-2618-12/+56
* Bump astroid to 3.0.0a2 (#8627)Marc Mueller2023-04-252-2/+2
* Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-257-7/+26
* [pre-commit.ci] pre-commit autoupdate (#8625)pre-commit-ci[bot]2023-04-251-4/+4
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-2450-240/+72
* Merge maintenance 2.17.x in main (#8621)Pierre Sassoulas2023-04-242-5/+67
|\
| * Merge branch 'maintenance/2.17.x' following 2.17.3 releasePierre Sassoulas2023-04-242-5/+67
| |\
| | * Bump pylint to 2.17.3, update changelog (#8620)v2.17.3Pierre Sassoulas2023-04-2414-33/+63
| | * Upgrade astroid to 2.15.4 (#8615) (#8618)github-actions[bot]2023-04-242-2/+2
| | * Disable import-error as attrs is no longer a test dependencyMarc Mueller2023-04-231-1/+1
| | * Upgrade astroid to 2.15.3 (#8584)Pierre Sassoulas2023-04-232-2/+2
| | * Improve output of `consider-using-generator` message for `min()` calls with `...github-actions[bot]2023-04-174-1/+14
| | * Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-155-1/+28
| | * Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)github-actions[bot]2023-04-124-5/+20
| | * Fix false positive for ``positional-only-arguments-expected`` when a function...github-actions[bot]2023-04-103-0/+23
| | * Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-074-9/+19
| | * Fix typelias `invalid-name` false positives for Union variables without assig...github-actions[bot]2023-04-074-7/+11
| | * Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-074-8/+29
| | * Fix check unused arguments false positive bug (#8542) (#8545)github-actions[bot]2023-04-064-0/+36
* | | Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-243-0/+7
|/ /
* | Upgrade astroid to 2.15.4 (#8615)dependabot[bot]2023-04-242-2/+2
* | Bump sphinx from 6.1.3 to 6.2.0 (#8617)dependabot[bot]2023-04-241-1/+1
* | Bump actions/setup-python from 4.5.0 to 4.6.0 (#8616)dependabot[bot]2023-04-248-18/+18
* | Use astroid.Context enum (#8611)Marc Mueller2023-04-241-5/+5
* | Fix `FunctionDef` isinstance checks (#8607)Marc Mueller2023-04-233-7/+7
* | Optimize `is_trailing_comma()` (#8606)Jacob Walls2023-04-232-5/+7
* | Clear cache between primer package runsJacob Walls2023-04-231-1/+2
* | Add news fragmentJacob Walls2023-04-231-0/+3
* | Add performance news fragment typeJacob Walls2023-04-232-0/+6
* | Cache `class_is_abstract()`Jacob Walls2023-04-231-0/+2
* | Upgrade astroid to 2.15.3 (#8584)Pierre Sassoulas2023-04-232-2/+2
* | Update pytest requirement from ~=7.2 to ~=7.3 (#8562)dependabot[bot]2023-04-232-2/+2
* | Bump actions/checkout from 3.5.0 to 3.5.2 (#8585)dependabot[bot]2023-04-239-19/+19
* | Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-207-39/+39
* | Modified comment on line 147 to improve spellingElazrod562023-04-201-1/+1
* | Minor refactor on type annotation (#8587)Zen Lee2023-04-181-1/+3
* | Fix FP `used-before-assignment` for statements guarded under same test (#8581)Jacob Walls2023-04-164-1/+89
* | Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-164-1/+14
* | Cope with changes to `Arguments` constructorJacob Walls2023-04-161-1/+1
* | Cope with changes to `AssignAttr` constructorJacob Walls2023-04-161-1/+8
* | Cope with changes to `Starred` constructorJacob Walls2023-04-161-1/+9
* | Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-154-20/+86
* | Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-145-0/+26