summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-122-1/+6
* | Fix false positive for ``positional-only-arguments-expected`` when a function...Mark Byrne2023-04-091-0/+18
* | Also check the typealias naming style for TypeAlias variables defined in func...Yilei "Dolee" Yang2023-04-072-0/+12
* | Fix isinstance-second-argument-not-valid-type for union types with NoneRogdham2023-04-072-4/+8
* | Fix typelias `invalid-name` false positives for Union variables without assig...Yilei "Dolee" Yang2023-04-072-3/+6
* | Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-072-7/+12
* | Fix check unused arguments false positive bug (#8542)Théo Battrel2023-04-062-0/+23
* | Handle patterns in ignored-modules when checking for no-name-in-module (#7579)Daniel Mouritzen2023-04-033-2/+8
* | Add regression test for #7506 (#8432)Jacob Walls2023-04-032-8/+11
* | refactor pyreverse tests to use temporary directory (#8529)Andreas Finkler2023-04-021-15/+7
* | [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-0/+17
* | Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-027-0/+58
* | [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-3117-26/+26
* | Fix `used-before-assignment` false positive for `TYPE_CHECKING` elif branch i...Zen Lee2023-03-305-7/+22
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-29281-490/+490
* | [crash template] Link to blank issue so it's possible to copy pastePierre Sassoulas2023-03-291-4/+8
* | Allow integers in TypeAlias names (#8488)Stephane Odul2023-03-282-10/+14
* | [deprecation] Make 'OutputLine' require a fixed number of args (#8474)Pierre Sassoulas2023-03-281-47/+1
* | Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...cherryblossom2023-03-282-0/+13
* | [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-282-7/+7
* | [refactor] Separate assertion from setup in functional test's testPierre Sassoulas2023-03-281-21/+32
* | [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-284-0/+16
* | [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-283-3/+8
* | [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-281-1/+5
* | [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-2817-29/+132
* | Don't consider ``Union`` to always be a type alias (#8489)Daniël van Noord2023-03-231-0/+4
* | [cleanup] Move tests starting with 'unbalanced' in a subdirPierre Sassoulas2023-03-235-0/+0
* | [cleanup] Move tests starting with 'invalid_all' in a subdirPierre Sassoulas2023-03-2310-0/+0
* | [cleanup] Move tests starting with 'postponed' in a subdirPierre Sassoulas2023-03-2316-0/+0
* | [cleanup] Move tests starting with 'singledispatch' in a subdirPierre Sassoulas2023-03-2312-0/+0
* | [deprecation] Remove duplicated utils typing guards check (#8475)Pierre Sassoulas2023-03-221-17/+16
* | Fix incorrect preferred-modules matchesDaniël van Noord2023-03-211-0/+17
* | [test multiprocessing] Fix tests for unpickable plugins (#8470)Pierre Sassoulas2023-03-211-4/+3
* | [test] Removes 'test_pylint_config_attr' (#8468)Pierre Sassoulas2023-03-201-23/+0
* | [deprecation] ``setup.cfg``and ``tox.ini`` sections need to start by 'pylint'...Pierre Sassoulas2023-03-202-6/+0
* | [deprecation] 'Pylinter.check' now takes sequence of str only (#8463)Pierre Sassoulas2023-03-201-7/+0
* | [deprecation] Remove the warning about the old pylint home (#8462)Pierre Sassoulas2023-03-201-51/+4
* | [ruff] Add RUF specific rules and autofix (#8449)Pierre Sassoulas2023-03-148-22/+24
* | [pre-commit.ci] pre-commit autoupdate (#8452)pre-commit-ci[bot]2023-03-141-1/+1
* | Deprecate redundant type checking guard utils (#8433)Jacob Walls2023-03-121-0/+1
* | Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403)Samuel FORESTIER2023-03-112-0/+14
* | Fix a crash when `TYPE_CHECKING` is used without importing it (#8435)Jacob Walls2023-03-111-0/+10
* | `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-108-31/+42
* | pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-106-104/+0
* | pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-103-1/+47
* | Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-094-109/+0
* | [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-21/+0
* | [Reporter] Remove 'set_output' in favor of reporter.outPierre Sassoulas2023-03-081-12/+0
* | [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-0812-146/+4
* | Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-087-265/+7