summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a stable file in order to have a stable exit codesimplify-toml-test-using-env-varPierre Sassoulas2021-11-092-1/+6
* Refactor 'check_configuration_file_reader' so we can assert other filesPierre Sassoulas2021-11-091-16/+29
* Fix the typing of all PosixPath in tests/config/test_config.pyPierre Sassoulas2021-11-091-6/+6
* Simplify 'test_can_read_toml_env_variable' to work like other testsPierre Sassoulas2021-11-091-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
* Bump black from 21.9b0 to 21.10b0 (#5240)dependabot[bot]2021-11-011-1/+1
* Merge pull request #5233 from sgheppy/nographviz_fixAndreas Finkler2021-10-314-1/+7
|\
| * add changelog and contributor entryAntonio Quarta2021-10-313-0/+6
| * fix accepted output format without graphvizAntonio Quarta2021-10-311-1/+1
|/
* Remove accidental print statementDaniël van Noord2021-10-311-1/+0
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-317-16/+123
* Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)Daniël van Noord2021-10-314-6/+53
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-2913-22/+24
* Fix incorrect ``consider-using-ternary`` when condition is inferable as False...Arianna Y2021-10-295-2/+17
* Fix tox dependencies with pypy (#5217)nozzy123nozzy2021-10-271-1/+3
* Migration to pytest from unittest for BaseChecker testsPierre Sassoulas2021-10-271-37/+35
* Create a new file for BaseChecker unit testsPierre Sassoulas2021-10-272-61/+69
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-272-14/+24
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-274-20/+31
* Clean up some useless-super-delegation logic (#5193)Samuel Freilich2021-10-262-61/+47
* Merge pull request #5198 from nozzy123nozzy/bugfix_of_propertyAndreas Finkler2021-10-2618-1/+79
|\
| * Update tests/data/property_pattern.pynozzy123nozzy2021-10-261-5/+0
| * Modify sources along with results of pr review.Takahide Nojima2021-10-2615-41/+64
| * Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-266-0/+60
|/
* Add control flow check for ``undefined-variable`` in ``if ... else``Daniël van Noord2021-10-265-1/+85
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-2610-1/+75
* Move the find_pylintrc function in find_default_config_files.pyPierre Sassoulas2021-10-262-11/+14
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-264-7/+12
* Create a DEFAULT_PYLINT_HOME constant and upgrade help textPierre Sassoulas2021-10-263-7/+8
* Put the environnement help directly where it makes sensePierre Sassoulas2021-10-262-13/+15
* Add tests for assignment expressions in function defaults (#5188)Daniël van Noord2021-10-2510-3/+91
* Use backticks for any-all suggestion (#5207)Nick Drozd2021-10-253-8/+16