summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Introduce new 'import-private-name' checker (#5610)Arianna2022-03-144-0/+212
* Add regression test for #5770 (#5846)Jacob Walls2022-03-132-0/+11
* Add regression test for #5771 (#5908)Jacob Walls2022-03-132-0/+16
* Fix disabling of ``ungrouped-imports`` (#5903)Daniël van Noord2022-03-122-0/+17
* Fix end position in unittests (#5904)Daniël van Noord2022-03-121-9/+9
* Use ``node.position`` in ``add_message`` if available (#5897)Daniël van Noord2022-03-12140-613/+613
* Fix false positive for `invalid-class-object` when inference fails (#5901)Jacob Walls2022-03-121-0/+14
* Add regression test for #5679 (#5725)Daniël van Noord2022-03-124-0/+172
* Add tests for #4826 (#5696)Daniël van Noord2022-03-121-0/+13
* Add regression test for issue #5408 (#5795)Daniël van Noord2022-03-121-0/+37
* Fixes for tests due to new ``tolineno`` behaviourDaniël van Noord2022-03-127-18/+11
* Add ``typevar-name-missing-variance`` checker (#5825)Daniël van Noord2022-03-114-2/+92
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-1111-1/+35
* Add confidence value to typing extension messages (#5892)Marc Mueller2022-03-116-106/+106
* Add broken Callable check (#5891)Marc Mueller2022-03-108-0/+108
* Add broken NoReturn check (#5304)Marc Mueller2022-03-108-0/+120
* Use the ``tomli`` package instead of ``toml`` to parse ``.toml`` (#5887)Daniël van Noord2022-03-101-1/+1
* Fix pyreverse type hinting for class methods (#5881)Téo Bouvard2022-03-099-3/+29
* Add `distutils` to deprecated modules (#5864)Jacob Walls2022-03-084-1/+8
* Restore the useful part of the python3 checker (#5843)Pierre Sassoulas2022-03-083-0/+14
* Add stdlib xml.etree.cElementTree to deprecated modules (#5863)Jacob Walls2022-03-062-0/+5
* Allow disabling ``duplicate-code`` with a disable comment (#5446)Daniël van Noord2022-03-0437-8/+419
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-0/+10
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-0/+17
* Don't assume runners have more than 2 cores available for benchmarkingDaniël van Noord2022-02-221-24/+24
* Don't assume test runners have more than 2 cores availableDaniël van Noord2022-02-181-12/+0
* Fix #5112: Prevent `used-before-assignment` if named expression found first i...Jacob Walls2022-02-172-0/+15
* Fix `used-before-assignment` false positive for except handler names shared b...Jacob Walls2022-02-171-0/+7
* Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)Daniël van Noord2022-02-142-10/+74
* Check functional test directory for correct structureDaniël van Noord2022-02-106-1/+22
* Move functional test files to new structureDaniël van Noord2022-02-10157-11/+11
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-1040-103/+103
* Fix false negative for `used-before-assignment` when some except handlers don...Jacob Walls2022-02-104-0/+180
* Fix crash in `use-maxsplit-arg` checker where `sep` given by keyword (#5772)Jacob Walls2022-02-062-0/+5
* Lint all files in a directory by expanding arguments (#5682)Matus Valo2022-02-067-9/+63
* Fix assignment-from-none false negative case using list.sort() (#5738)orSolocate2022-02-022-0/+3
* Fix a false negative with tuple unpacking (#5708)Mark Byrne2022-02-022-25/+55
* Fix false positive `used-before-assignment` for named expressions in ternary ...Jacob Walls2022-02-021-0/+16
* Add `iterating-modified-list` checker for modified lists (#5628)orSolocate2022-02-014-2/+69
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-012-2/+2
* Improve error message arguments formatting [redefined-slots] (#5754)Marc Mueller2022-01-311-2/+2
* Clearer error message for useless-else-x type messages (#5736)Pierre Sassoulas2022-01-306-38/+38
* Remove moot TODO (#5747)Jacob Walls2022-01-302-4/+3
* Fix #5399: Fix false negatives for further variable messages for invalid type...Jacob Walls2022-01-296-9/+22
* Emit the crash issue template for more exceptions and crashes (#5743)Daniël van Noord2022-01-291-0/+17
* Improved `bad-open-mode` message when providing ``None`` to the ``mode`` argu...Jacob Walls2022-01-291-1/+1
* Fix typos in unit test docstrings (#5739)Jacob Walls2022-01-283-3/+3
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-272-6/+12
* Remove the ``check_docs`` extension and remove any references to it (#5730)Daniël van Noord2022-01-272-10/+2
* Fix crash when providing None to mode arg of open() (#5732)Jacob Walls2022-01-272-0/+5