summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-1/+29
* [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-301-1/+4
* Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-291-9/+3
* Add home-assistant to primer and remove old external primer (#8612)Jacob Walls2023-04-291-1/+1
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-1/+9
* Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-254-4/+16
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-2428-183/+41
* Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-241-0/+1
* 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-231-4/+5
* Clear cache between primer package runsJacob Walls2023-04-231-1/+2
* Cache `class_is_abstract()`Jacob Walls2023-04-231-0/+2
* Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-202-3/+3
* 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-161-0/+35
* Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-161-1/+5
* Cope with changes to `Starred` constructorJacob Walls2023-04-161-1/+9
* Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-151-20/+62
* Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-141-0/+5
* Disable Info linters in definition instead of Run class (#8576)Matus Valo2023-04-144-9/+30
* Fix false positive for ``keyword-arg-before-vararg`` (#8571)Mark Byrne2023-04-131-1/+7
* Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-121-4/+11
* Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+2
* Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-071-1/+6
* Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-071-5/+8
* Fix typelias `invalid-name` false positives for Union variables without assig...Yilei "Dolee" Yang2023-04-071-4/+1
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-071-1/+14
* Fix check unused arguments false positive bug (#8542)Théo Battrel2023-04-061-0/+10
* Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-034-46/+29
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-1/+1
* Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-023-0/+23
* Don't use removed function from ``astroid`` (#8525)Daniël van Noord2023-04-011-5/+11
* Bump pylint to 3.0.0b1, update changelogPierre Sassoulas2023-04-011-1/+1
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-312-2/+2
* Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-302-157/+119
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-29174-380/+381
* [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-291-4/+28
* [crash template] Add <details> tag and current headers for clearer resultPierre Sassoulas2023-03-291-6/+23
* Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-281-1/+3
* [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-281-48/+12
* Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-281-0/+8
* [testutil] Remove unused variable from find_functional_testsPierre Sassoulas2023-03-281-3/+4
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-281-9/+15
* [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-281-8/+23
* [testutil] Display all the crowded functional test dir at oncePierre Sassoulas2023-03-281-5/+9
* [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-281-14/+30
* [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-281-6/+16
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-282-10/+3