summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add flake8 to the pre-commit configurationPierre Sassoulas2021-02-152-0/+12
* Fix E714 test for object identity should be 'is not'Pierre Sassoulas2021-02-151-2/+2
* Autoupdate pre-commit hook in pre-commit configurationPierre Sassoulas2021-02-151-2/+2
* Add a warning in the .gitignorePierre Sassoulas2021-02-151-4/+3
* Fix TypedDict inherit-non-class false-positive Python 3.9+Marc Mueller2021-02-154-0/+29
* Fix multiple false positives with assignment expressionsMarc Mueller2021-02-155-0/+97
* Add check for alternative union syntax - PEP 604Marc Mueller2021-02-1511-0/+334
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-1512-5/+377
* Drop support for Python 3.5 to fix typingMarc Mueller2021-02-157-12/+7
* Remove hash functionMarc Mueller2021-02-151-3/+0
* Remove a sys.pypy_version_info that can only fail and unskip a testPierre Sassoulas2021-02-071-10/+0
* Fix mypy error: os module has no attribute "_name"Pierre Sassoulas2021-02-071-1/+1
* Remove unused and bugged pypy_version_infoPierre Sassoulas2021-02-071-5/+0
* Fix base class "CheckerTestCase" defined the type as "None"Pierre Sassoulas2021-02-071-2/+2
* Fix need type annotation for 'CONFIG'Pierre Sassoulas2021-02-072-4/+6
* Fix type of argument in multiset_differencePierre Sassoulas2021-02-071-2/+4
* Initialize a boolean value as False instead of NonePierre Sassoulas2021-02-071-1/+1
* Fix base class "object" defined __hash__ as "Callable[[object], int]"Pierre Sassoulas2021-02-071-1/+2
* Fix Need type annotation for '__pkginfo__'Pierre Sassoulas2021-02-071-1/+2
* Add mypy in pre-commit and modify the tox job accordinglyPierre Sassoulas2021-02-072-3/+14
* Add pytest-benchmark info in the readme (#4073)Pierre Sassoulas2021-02-071-2/+3
* Clearer return in _get_expected for functional testPierre Sassoulas2021-01-241-4/+4
* Create a constant for version check and refactor existing onePierre Sassoulas2021-01-243-4/+8
* Remove unnecessary " inside functional testPierre Sassoulas2021-01-243-4/+4
* Fix functional tests for python 3.5Pierre Sassoulas2021-01-243-4/+4
* Fix functional tests for python 3.6/3.7Pierre Sassoulas2021-01-242-17/+17
* Better error message in case of Malformed functional testsPierre Sassoulas2021-01-241-5/+26
* Permit to update malformatted functional testsPierre Sassoulas2021-01-241-1/+5
* Premature return in LintModuleTest._get_expectedPierre Sassoulas2021-01-241-10/+8
* Better variable name and syntax in LintModuleText.SetUpPierre Sassoulas2021-01-241-23/+15
* Column in functional test taken into account only from py3.8Pierre Sassoulas2021-01-241-2/+11
* Add column to the information checked for functional testsPierre Sassoulas2021-01-24296-1548/+1549
* Enforce docparams consistently when docstring is not present (#3916)Logan Miller2021-01-096-2/+79
* Add test for anomalous-backslash-in-string.Matthew Suozzo2021-01-042-0/+27
* Fix location metadata on backslash lint checksMatthew Suozzo2021-01-045-14/+37
* Fix 'use-symbolic-message-instead' error in 'excess escape'Pierre Sassoulas2021-01-031-1/+1
* Move excess escape functional test to new frameworkPierre Sassoulas2021-01-034-15/+16
* empty-comment line number bug fixOr Bahari2021-01-033-5/+9
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-026-21/+105
* mapreduce| Adds map/reduce functionality to SimilarCheckerFrank Harrison2021-01-024-1/+267
* mapreduce| chore| Updating ChangeLog/Contributors/Release notesFrank Harrison2021-01-023-0/+8
* Move func_bug113231 to new functional testsPierre Sassoulas2021-01-014-25/+23
* Move func_disable_linebased to new functional testsPierre Sassoulas2021-01-013-3/+6
* Actually remove the file even if the tests failedPierre Sassoulas2021-01-012-6/+10
* Uniformize update mechanism in functional testsPierre Sassoulas2021-01-011-9/+18
* Put test dialect for csv writer in the proper namespacePierre Sassoulas2021-01-011-9/+6
* Fix and simplify the update mechanism for functional testsPierre Sassoulas2021-01-011-33/+6
* Refactor a one liner that was on 4 linesPierre Sassoulas2021-01-011-7/+6
* Remove unused class attribute _TEST_TYPEPierre Sassoulas2021-01-011-4/+0
* Uniformize update mechanism in functional testsPierre Sassoulas2021-01-011-8/+8