summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into masterGergely Kalmár2020-12-2913-5/+63
|\
| * Merge pull request #3959 from hippo91/toward_python39hippo912020-12-294-2/+6
| |\
| | * Back to astroid 2.4.0hippo912020-12-291-1/+1
| | * Merge branch 'master' into toward_python39hippo912020-12-2968-758/+850
| | |\
| | * | Adds python3.9 and asks for astroid 2.5.0 at leasthippo912020-11-281-1/+2
| | * | Adds a job for python3.9hippo912020-11-281-0/+2
| | * | Adds py39 envhippo912020-11-281-1/+1
| | * | This test should not be exectuted with python versions above 3.9 becausehippo912020-11-281-0/+1
| * | | Fix a crash in `consider-using-enumerate` when encountering `range()` without...Claudiu Popa2020-12-293-0/+11
| * | | Fix a crash in `undefined-variable` caused by chained attributes in metaclassClaudiu 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
| |/ /
* | | Add testGergelyKalmar2020-12-291-0/+10
* | | Add changelog entryGergelyKalmar2020-12-202-0/+6
* | | Fix signature-differsGergelyKalmar2020-12-201-1/+4
|/ /
* | 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