summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplification in OptionManagerMixin following reviewadd-functional-tests-for-configurationPierre Sassoulas2021-11-121-3/+2
* Use the existing function for relative path instead of a custom onePierre Sassoulas2021-11-121-9/+5
* Proper import for python import of CaptureFixturePierre Sassoulas2021-11-124-5/+4
* Remove option that are not required for the test itselfPierre Sassoulas2021-11-121-5/+0
* Add proper typing in configuration test following reviewPierre Sassoulas2021-11-121-1/+1
* Apply suggestions from code reviewPierre Sassoulas2021-11-122-3/+3
* Add a regression test for #4746Pierre Sassoulas2021-11-125-5/+20
* Rename variable that was still named for toml onlyPierre Sassoulas2021-11-121-2/+2
* Simplification of for loop on dict by using items()Pierre Sassoulas2021-11-121-2/+1
* Add a docstring to get_expected_or_default following reviewPierre Sassoulas2021-11-121-0/+2
* Better explanation on why we use logging following reviewPierre Sassoulas2021-11-122-0/+8
* Simplification of for loop for functional conf test following reviewPierre Sassoulas2021-11-121-12/+11
* Create a constant for accepted configuration extensionPierre Sassoulas2021-11-121-1/+2
* More precise typing for Configuration type when Any is usedPierre Sassoulas2021-11-122-5/+13
* Factorize duplicated code from test_config using the new testutilPierre Sassoulas2021-11-123-33/+22
* Move test_can_read_toml_rich_types to functional frameworkPierre Sassoulas2021-11-123-20/+18
* Update pylint/testutils/configuration_test.pyPierre Sassoulas2021-11-121-2/+3
* Apply suggestions from code reviewPierre Sassoulas2021-11-122-8/+8
* Easier understanding of what happen for the expected resultPierre Sassoulas2021-11-121-1/+12
* Simplify a list creation in OptionParser()Pierre Sassoulas2021-11-121-2/+1
* Better handling of removal in functional conf testsPierre Sassoulas2021-11-124-4/+37
* Create a framework of functional tests for configuration filesPierre Sassoulas2021-11-129-47/+202
* Add tests for crash on assignment expressions in if statemenpyttsDaniël van Noord2021-11-123-0/+25
* Add tests for crash on inference of ``__len__``Daniël van Noord2021-11-121-0/+12
* Bump ``astroid`` version to ``2.8.5``Daniël van Noord2021-11-122-2/+2
* Add documentation on adding ``pylint`` to ``pre-commit`` (#5292)Daniël van Noord2021-11-123-0/+48
* Update coverage requirement from ~=5.5 to ~=6.1.2 (#5239)dependabot[bot]2021-11-111-1/+1
* Use a stable file in order to have a stable exit codePierre Sassoulas2021-11-102-1/+7
* Refactor 'check_configuration_file_reader' so we can assert other filesPierre Sassoulas2021-11-101-18/+30
* Fix the typing of all PosixPath in tests/config/test_config.pyPierre Sassoulas2021-11-101-6/+6
* Simplify 'test_can_read_toml_env_variable' to work like other testsPierre Sassoulas2021-11-101-19/+6
* Add checker `using-final-decorator-in-unsupported-version` (#5165)Mark Byrne2021-11-0912-13/+148
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-081-1/+1
* Bump actions/checkout from 2.3.5 to 2.4.0dependabot[bot]2021-11-083-13/+13
* Bump isort from 5.9.3 to 5.10.0dependabot[bot]2021-11-081-1/+1
* Simplify toml handling by removing else after tryPierre Sassoulas2021-11-081-13/+12
* Rename test_can_read_env_variable so it has 'toml' in itPierre Sassoulas2021-11-081-1/+2
* Remove duplicated comment in 'test_can_read_env_variable'Pierre Sassoulas2021-11-081-2/+0
* Move existing config tests to the tests/config directoryPierre Sassoulas2021-11-082-0/+0
* Create a function for toml parsingPierre Sassoulas2021-11-081-23/+28
* Create and use a function for module stats initialization (#5271)Pierre Sassoulas2021-11-082-19/+15
* Make ``self-cls-assignment`` check tuple assignment (#5268)Daniël van Noord2021-11-075-20/+23
* Fix crash on checking private members on ``__class__``Daniël van Noord2021-11-054-6/+27
* Remove ``render: python`` from bug descriptionDaniël van Noord2021-11-041-1/+0
* Update ``coveralls`` requirement to ~=3.3 (#5257)Daniël van Noord2021-11-041-1/+1
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-043-13/+13
* Add script to generate new message category id (#5248)Daniël van Noord2021-11-043-0/+53
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-036-0/+134
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-034-0/+13
* [pre-commit.ci] pre-commit autoupdate (#5243)pre-commit-ci[bot]2021-11-011-1/+1