summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add optional `prefer-typing-namedtuple` message (#8681)HEADmainJacob Walls2023-05-163-0/+14
* Add new checker `kwarg-superseded-by-positional-arg` and fix a false positive...Mark Byrne2023-05-168-20/+87
* Fix a false negative for ``too-many-arguments`` and positional-only and keywo...Mark Byrne2023-05-153-1/+7
* Regression fix for `unused-variable` false negative (#8684)Zen Lee2023-05-152-0/+18
* Load custom plugins when linting in parallel (#8683)Jacob Walls2023-05-141-1/+16
* Fix crash when deleting from a dict returned from a call (#8678)Jacob Walls2023-05-122-0/+8
* Primer - remove `.git` suffix from github URL. (#8676)Mark Byrne2023-05-111-1/+1
* Merge maintenance-2.17.x in main following 2.17.4 releasePierre Sassoulas2023-05-062-0/+84
|\
| * Added escaping of vertical bar character in annotation labels (#8610) (#8631)Andreas Finkler2023-04-2717-24/+68
| * Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...github-actions[bot]2023-04-241-0/+3
| * Disable import-error as attrs is no longer a test dependencyMarc Mueller2023-04-231-1/+1
| * Improve output of `consider-using-generator` message for `min()` calls with `...github-actions[bot]2023-04-172-0/+6
| * Fix false positive for ``keyword-arg-before-vararg`` (#8571) (#8578)github-actions[bot]2023-04-153-0/+18
| * Fix `unused-import` to check`dummy-variables-rgx` (#8566) (#8568)github-actions[bot]2023-04-122-1/+6
| * Fix false positive for ``positional-only-arguments-expected`` when a function...github-actions[bot]2023-04-101-0/+18
| * 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...github-actions[bot]2023-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) (#8545)github-actions[bot]2023-04-062-0/+23
| * [Backport maintenance/2.17.x] Add regression test for #7506 (#8531)github-actions[bot]2023-04-032-8/+11
| * [pyreverse] Bugfix: strip "/" at the end of the file (#8517) (#8528)github-actions[bot]2023-04-021-0/+17
| * [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (#8507)github-actions[bot]2023-03-282-10/+14
| * Fix `unnecessary-lambda` false positive for lambdas using its parameters in t...github-actions[bot]2023-03-282-0/+13
| * Don't consider ``Union`` to always be a type alias (#8489)Daniƫl van Noord2023-03-231-0/+4
| * Fix incorrect preferred-modules matches (#8481)github-actions[bot]2023-03-221-0/+17
| * Deprecate redundant type checking guard utils (#8433) (#8439)github-actions[bot]2023-03-121-0/+1
| * Add Python 3.8+ `asyncSetUp` to "defining-attr-methods" list (#8403) (#8438)github-actions[bot]2023-03-112-0/+14
| * Fix a crash when `TYPE_CHECKING` is used without importing it (#8435) (#8436)github-actions[bot]2023-03-111-0/+10
* | [use-implicit-booleaness] Reinstate tests that are expected to failPierre Sassoulas2023-05-031-10/+10
* | Add applicability notes for `compare-to-empty-string/zero` (#8592)Jason Lau2023-05-033-44/+44
* | Switch from ' to " in use-implicit-booleaness-not-comparisonPierre Sassoulas2023-05-031-32/+32
* | Merge the empty-string extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-026-30/+30
* | Merge the compare-to-zero extensions to 'implicit_booleaness_checker'Pierre Sassoulas2023-05-026-54/+54
* | Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-0/+41
* | Fix false negative for calling module-level function before definition (#8494)Jacob Walls2023-04-293-10/+23
* | Add home-assistant to primer and remove old external primer (#8612)Jacob Walls2023-04-294-95/+5
* | Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-2616-11/+44
* | Bump astroid to 3.0.0a1 (#8626)Marc Mueller2023-04-251-1/+8
* | Drop support for Python 3.7 (#8609)Marc Mueller2023-04-2412-39/+15
* | Fix a false positive for ``bad-dunder-name`` when there is a user-defined ``_...Mark Byrne2023-04-241-0/+3
* | Update pytest requirement from ~=7.2 to ~=7.3 (#8562)dependabot[bot]2023-04-231-1/+1
* | Modified all occurences of "a f-string" to "an f-string"Elazrod562023-04-203-32/+32
* | Modified comment on line 147 to improve spellingElazrod562023-04-201-1/+1
* | Fix FP `used-before-assignment` for statements guarded under same test (#8581)Jacob Walls2023-04-162-1/+50
* | Improve output of `consider-using-generator` message for `min()` calls with `...Jacob Walls2023-04-162-0/+6
* | Cope with changes to `Arguments` constructorJacob Walls2023-04-161-1/+1
* | Cope with changes to `AssignAttr` constructorJacob Walls2023-04-161-1/+8
* | Fix `used-before-assignment` TYPE_CHECKING false negatives (#8431)Zen Lee2023-04-152-0/+20
* | Fix false negative for no-value-for-parameter: positional-only args and **kwa...Mark Byrne2023-04-143-0/+18
* | Fix false positive for ``keyword-arg-before-vararg`` (#8571)Mark Byrne2023-04-133-0/+18