summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in `undefined-variable` caused by chained attributes in metaclassfix-crash-in-attribute-checkClaudiu Popa2020-12-293-1/+14
* Merge pull request #3993 from isidentical/issue-3992hippo912020-12-293-0/+11
|\
| * Add changelog entryBatuhan Taskaya2020-12-282-1/+6
| * Make postponed annotations enabled by default for 3.10+Batuhan Taskaya2020-12-232-0/+6
* | Fix false positive for `not-async-context-manager` when `contextlib.asynccont...Claudiu Popa2020-12-283-2/+21
|/
* Use pre-commit directly in the formatting tox jobPierre Sassoulas2020-12-141-4/+4
* Ignore pylint linting error in the 'doc/' directoryPierre Sassoulas2020-12-141-1/+1
* Fix pylint warning in bin/ and setup.pyPierre Sassoulas2020-12-142-8/+6
* Fix regression about getfullargspec deprecationSorin Sbarnea2020-12-143-1/+3
* Fix appveyor bug with the version of astroid not matching the real versionPierre Sassoulas2020-12-141-4/+4
* Add proper exclusion in pre-commit configurationPierre Sassoulas2020-12-141-0/+3
* Add version-specific functional tests for `bad_reversed_sequence`ethan-leba2020-11-308-9/+22
* Remove hardcoded error for `bad-reversed-sequence` on dictsethan-leba2020-11-301-6/+3
* Add an exception for malformed expected output in functional testsPierre Sassoulas2020-11-291-2/+20
* Remove all empty txt file in functional testsPierre Sassoulas2020-11-2928-51/+0
* Make the .txt file optional in functional testsPierre Sassoulas2020-11-291-1/+5
* Burst what remain of utils into filesPierre Sassoulas2020-11-295-45/+54
* Create a file for decoratorsPierre Sassoulas2020-11-293-20/+26
* Create a file for get_test_infoPierre Sassoulas2020-11-293-48/+47
* Create a file for the global test linterPierre Sassoulas2020-11-292-11/+21
* Remove context manager replaced by pytest tmp_file/dirPierre Sassoulas2020-11-291-34/+0
* Create a file for lint_module_testPierre Sassoulas2020-11-293-220/+220
* Create a file for Message/OutputLinePierre Sassoulas2020-11-293-47/+53
* Create a testutils/constant.py filePierre Sassoulas2020-11-293-25/+33
* Create a file for test util's functional test filePierre Sassoulas2020-11-292-71/+80
* Add typing to constructor of LintModuleTestPierre Sassoulas2020-11-291-1/+1
* Refactor some variable names in testutilPierre Sassoulas2020-11-291-6/+6
* Use typing instead of docstring in multiset_differencePierre Sassoulas2020-11-291-13/+5
* Remove unused constant in test_func.pyPierre Sassoulas2020-11-291-2/+0
* Fix python 3.6 pipeline without deprecation warning (?)Pierre Sassoulas2020-11-282-11/+28
* Add pylint to the pre-commit configurationPierre Sassoulas2020-11-281-0/+7
* Fix python 3.5 pipeline that do not have deprecation to handlePierre Sassoulas2020-11-282-2/+2
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-289-19/+20
* Silence expected deprecations warning in test_functional.pyPierre Sassoulas2020-11-281-1/+9
* Silence an expected deprecation warning in a test_func.py testPierre Sassoulas2020-11-281-2/+12
* Rename variable to respect pep8 in test_func.pyPierre Sassoulas2020-11-281-8/+6
* Remove dead code commented in test_func.pyPierre Sassoulas2020-11-281-4/+0
* Add the 'benchmark' marker in 'pytest.ini'Pierre Sassoulas2020-11-281-1/+2
* Create an API for testutils directoryPierre Sassoulas2020-11-282-537/+568
* Create a testutils/test_reporter.py filePierre Sassoulas2020-11-282-74/+82
* Move testutils.py in its own packagePierre Sassoulas2020-11-281-2/+0
* Remove redundant character escape '\]' in _EXPECTED_REPierre Sassoulas2020-11-281-1/+1
* Fix 'function could be static' in testutils.pyPierre Sassoulas2020-11-281-1/+2
* Fix a typo in testutils.pyPierre Sassoulas2020-11-281-2/+1
* review fixes| Uses pytest's tmp_path fixture instead of custom context manFrank Harrison2020-11-271-27/+15
* Remove 0xdeadcodeFrank Harrison2020-11-271-5/+0
* profile| Runs pylint against external code, generating profile-heatmapsFrank Harrison2020-11-272-0/+95
* Add checks for deprecated functions since 3.6Federico Bond2020-11-272-0/+31
* Merge pull request #3910 from brycepg/tweak/tox-black-diffhippo912020-11-261-1/+1
|\
| * Modify tox to show diff of formatting changes with blackBryce Guinta2020-10-191-1/+1