summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.9Release 1.9.5Claudiu Popa5 years
2.2Prepare 2.2.3Claudiu Popa5 years
2.3.0Try automatic deployments for each release tagClaudiu Popa5 years
2.4Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...Claudiu Popa4 years
2.5Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa4 years
2.6Upgrade version and changelog before releasePierre Sassoulas3 years
2.7Prepare 2.7.3 release (#4261)Pierre Sassoulas3 years
2.7.3-cherry-picked-from-masterChange version for 2.7.3 releasePierre Sassoulas3 years
2.8Pin astroid to 2.5.6 for pylint 2.8.3Pierre Sassoulas3 years
3.0.0.alphaUpgrade tbump and the documentation for 3.0.0 alpha releasePierre Sassoulas2 years
DanielNoord-patch-1Fix decorator for when option is not from ``PyLinter``Daniƫl van Noord3 years
add-docstring-formatter-in-pre-commit[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2 years
add-functional-tests-for-configurationSimplification in OptionManagerMixin following reviewPierre Sassoulas2 years
add-primer-testsAdd primer tests, (running pylint on external libs during tests)Pierre Sassoulas2 years
add-typing-to-checker-registrationApply suggestions from code reviewPierre Sassoulas2 years
add-warning-for-3.6.0or3.6.1Add an exception for python < 3.6.2Pierre Sassoulas3 years
burst-pylint-checker-classes[refactor] Create a file for the ClassChecker in pylint.classesPierre Sassoulas2 years
checker-check-deprecationAdd a test for Pylinter.check() deprecationPierre Sassoulas3 years
dependabot/github_actions/actions/cache-v2.1.5Bump actions/cache from v2.1.4 to v2.1.5dependabot[bot]3 years
dependabot/github_actions/actions/setup-python-2.3.0Bump actions/setup-python from 2.2.2 to 2.3.0dependabot[bot]2 years
dependabot/github_actions/actions/setup-python-v2.2.2Bump actions/setup-python from v2.2.1 to v2.2.2dependabot[bot]3 years
dependabot/pip/black-21.12b0Bump black from 21.11b1 to 21.12b0dependabot[bot]2 years
dependabot/pip/coverage-approx-eq-6.0Update coverage requirement from ~=5.5 to ~=6.0dependabot[bot]3 years
dependabot/pip/coverage-approx-eq-6.1Apply suggestions from code reviewMarc Mueller2 years
dependabot/pip/coveralls-3.0.1Bump coveralls from 3.0.0 to 3.0.1dependabot[bot]3 years
dependabot/pip/flake8-3.9.0Bump flake8 from 3.8.4 to 3.9.0dependabot[bot]3 years
dependabot/pip/isort-5.10.1Bump isort from 5.10.0 to 5.10.1dependabot[bot]2 years
dependabot/pip/isort-5.8.0Bump isort from 5.7.0 to 5.8.0dependabot[bot]3 years
dependabot/pip/pre-commit-approx-eq-2.11Update pre-commit requirement from ~=2.10 to ~=2.11dependabot[bot]3 years
dependabot/pip/pre-commit-approx-eq-2.15Update pre-commit requirement from ~=2.14 to ~=2.15dependabot[bot]3 years
dependabot/pip/pre-commit-approx-eq-2.16Update pre-commit requirement from ~=2.15 to ~=2.16dependabot[bot]2 years
dependabot/pip/pyupgrade-2.12.0Bump pyupgrade from 2.11.0 to 2.12.0dependabot[bot]3 years
dependabot/pip/pyupgrade-2.13.0Bump pyupgrade from 2.11.0 to 2.13.0dependabot[bot]3 years
dependabot/pip/sphinx-3.5.2Bump sphinx from 3.5.1 to 3.5.2dependabot[bot]3 years
dependabot/pip/sphinx-3.5.3Bump sphinx from 3.5.2 to 3.5.3dependabot[bot]3 years
dependabot/pip/sphinx-4.3.0Bump sphinx from 4.2.0 to 4.3.0dependabot[bot]2 years
dependabot/pip/sphinx-7.0.0Bump sphinx from 6.2.0 to 7.0.0dependabot[bot]12 months
dependabot/pip/sphinx-7.0.1Bump sphinx from 6.2.0 to 7.0.1dependabot[bot]12 months
dependabot/pip/tbump-approx-eq-6.6.0Update tbump requirement from ~=6.5.0 to ~=6.6.0dependabot[bot]2 years
dependabot/pip/tbump-approx-eq-6.7.0Update tbump requirement from ~=6.6.0 to ~=6.7.0dependabot[bot]2 years
emacs-dangling-temporary-fileUpdate pylint/lint/expand_modules.pyPierre Sassoulas2 years
enforce-the-confidence-in-add-messagewipPierre Sassoulas17 months
first-patch-2471Subject: [PATCH] Initial commit.Yury Gribov24 months
fix-crash-in-attribute-checkFix a crash in `undefined-variable` caused by chained attributes in metaclassClaudiu Popa3 years
fix-crash-parallel-mode-missing-file-pathFix a crash in parallel mode when the module's filepath is not setClaudiu Popa4 years
fix-elif-checker-crashAdd ChangelogPierre Sassoulas2 years
fix-range-without-args-crashFix a crash in `consider-using-enumerate` when encountering `range()` without...Claudiu Popa3 years
fix-typing-in-unittest-expand-moduleFix unexpected types used in 'get_global_option'Pierre Sassoulas2 years
github-actionsRemove pre-commit part that are in github action from travis.ymlPierre Sassoulas3 years
invalid-toml-configAdd test for current pyproject issuesPierre Sassoulas2 years
issue-1191[too-many-argument] Add functional tests for issue #1191Pierre Sassoulas3 years
issue-2072[unsubscriptable-object] Add functional tests for issue #2072Pierre Sassoulas20 months
issue-3339[no-member] Add functional tests for issue #3339Pierre Sassoulas3 years
issue-8419Work in progress add testsPierre Sassoulas14 months
issue/2913-unicode-defsissue/2913-unicode-defsBryce Guinta5 years
mainAdd optional `prefer-typing-namedtuple` message (#8681)Jacob Walls12 months
maintenance/2.17.xFix crash when deleting from a dict returned from a call (#8678) (#8679)github-actions[bot]12 months
masterAdd pre-commit CI in continuous integration (#4423)Pierre Sassoulas3 years
migrate-extension-tests-to-functionalMigrate test for extension to functional testsPierre Sassoulas2 years
move-env-help-to-the-logical-placeMove the find_pylintrc function in find_default_config_files.pyPierre Sassoulas3 years
per_dir_configFixed --list-msgsAshley Whetter5 years
pre-commit-ci-update-config[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2 years
property-with-parameter-abstract`property-with-parameters` properly handles abstract propertiesClaudiu Popa4 years
python-2.7Release 1.9.5Claudiu Popa5 years
refactor-module-stats-creationAdd a comment following reviewPierre Sassoulas2 years
refactor-variable-checker-visit_nameRefactor Variable checker to use less argument in functionPierre Sassoulas3 years
regression-test-for-3181Apply suggestions from code reviewPierre Sassoulas2 years
regression-tests-for-73Add a regression test for pylint #73Pierre Sassoulas2 years
release-branch-2.12Upgrade the version to 2.12.1-dev0 following 2.12.0 releasePierre Sassoulas2 years
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1Revert "Update tbump requirement from ~=6.6.0 to ~=6.6.1 (#5561)"Pierre Sassoulas2 years
simplify-toml-test-using-env-varUse a stable file in order to have a stable exit codePierre Sassoulas2 years
tests-for-astroid-1207Add a regression tests for https://github.com/PyCQA/astroid/pull/1207Pierre Sassoulas2 years
typo-and-small-fixes-before-5558Remove unneccessary use of parenthesis in add_messagePierre Sassoulas2 years
upgrade-astroid-2.9.1Revert "Upgrade astroid to 2.9.1"Pierre Sassoulas2 years