aboutsummaryrefslogtreecommitdiff
path: root/pylint
AgeCommit message (Expand)Author
7 daysCorrect 'similar' to 'symilar' when talking about the programPierre Sassoulas
12 days[symilar] Fix the short form options that weren't being processed properlyPierre Sassoulas
12 days[symilar] Fix crash when giving bad options to symilarPierre Sassoulas
2024-06-08Gracefully handle invalid paths csv regex in conf/argsPierre Sassoulas
2024-06-06[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...Pierre Sassoulas
2024-06-06[undefined-variable] Fix a crash for undefined lineno in annotations (#9705)Pierre Sassoulas
2024-06-06Fix false positive in `use-yield-from` when using `yield` return (#9700)Jake Lishman
2024-06-06Add a new ``declare-non-slot`` error code (#9564)Adam Tuft
2024-06-05[multiple-statements] Make pylint compatible with black's 2024 style (#9697)Pierre Sassoulas
2024-06-04Fix a false positive for ``redefined-outer-name`` (#9678)Mark Byrne
2024-06-04Update pytest requirement from ~=7.4 to ~=8.2 (#9576)dependabot[bot]
2024-06-03[logging-too-many-args] Change confidence to HIGHPierre Sassoulas
2024-06-03Fix a false negative for ``duplicate-argument-name`` (#9670)Mark Byrne
2024-06-03Bump ``pre-commit`` and fix ``known-standard-library``Daniël van Noord
2024-05-20Rewrote stripped_lines() to fix possibly-used-before-assignmentaatle
2024-05-20Fixed possibly-used-before-assignment by replacing flag variableaatle
2024-05-20Enable possibly-used-before-assignmentaatle
2024-05-20Fix false-positive with contextmanager missing cleanup (#9654)Marc Mueller
2024-05-20Also check Lambda for await-outside-async (#9653)Tianyu Chen
2024-05-18[trailing-comma-tuple] Fix enabling with message control locally when disable...Pierre Sassoulas
2024-05-18Fix linterstats.get_module_message_count() (#9146)zasca
2024-05-18Fix FP for `possibly-used-before-assignment` with `assert_never()` (#9645)Jacob Walls
2024-05-18Add `--prefer-stubs=y` option (#9632)Jacob Walls
2024-05-17Don't emit incorrect-variance for type parameters (PEP 695) (#9638)Marc Mueller
2024-05-16Fix a false negative for ``--ignore-patterns`` (#9630)Mark Byrne
2024-05-16[possibly-used-before-assignment] Fix FP for `sys.exit()` (#9634)Jacob Walls
2024-05-14Bump pylint to 3.3.0-dev0, update changelogPierre Sassoulas
2024-05-14Bump pylint to 3.2.0, update changelogPierre Sassoulas
2024-05-13[performance] Check that 'trailing-comma-tuple' is enabled only once (#9620)Pierre Sassoulas
2024-05-12Add ignored modules to Astroid module deny list (#9504)Jamie Scott
2024-05-12[contextmanager-generator-missing-cleanup] Warn about context manager without...Ryan Ozawa
2024-05-07Fix a false positive with ``singledispatchmethod-function`` (#9599)Mark Byrne
2024-05-07[ruff] Add 'flake8-pathlib' disable the messages that need fixing later (#9602)Pierre Sassoulas
2024-05-04[ruff] Activate pydocstyle and fix existing issuesPierre Sassoulas
2024-05-04[style] Remove unrequired parenthesisPierre Sassoulas
2024-05-04[ruff] Activate flake8-pie and fix existing issuesPierre Sassoulas
2024-05-04[ruff] Activate flake8-pyi and fix existing issuesPierre Sassoulas
2024-05-04Avoid search paths for ImportChecker when possible (#9595)Antonio
2024-05-04Fix a false positive for ``consider-using-dict-items`` (#9594)Mark Byrne
2024-05-04Recognize new-style attrs decorators in too-few-public-methods check (#9346)akirchhoff-modular
2024-05-03Fix false negative for ``property-with-parameters`` (#9592)Mark Byrne
2024-04-29Fix various typos (#9582)Ulrich Eckhardt
2024-04-17Emit `possibly-used-before-assignment` after if/else switches (#8952)Jacob Walls
2024-04-03checkers.utils.is_sys_guard: understands six.PY2 or six.PY3Jérome Perrin
2024-03-15Remove useless return statementcrazybolillo
2024-03-15Fix useless-return false negativescrazybolillo
2024-03-08Add GitHub reporter (#9484)Antonio
2024-02-26fix a docs typoAlex Waygood
2024-02-25Bump pylint to 3.2.0-dev0, update changelogPierre Sassoulas
2024-02-25Bump pylint to 3.1.0, update changelogPierre Sassoulas