aboutsummaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
AgeCommit message (Expand)Author
2021-09-16Bump pylint to 2.11.0, update changelogPierre Sassoulas
2021-09-03Refactor various typing related issues (#4940)Daniël van Noord
2021-09-01Fix the raising-bad-type warning for stringPierre Sassoulas
2021-08-30Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord
2021-08-18Use alias for astroid.nodes 02 (#4863)Marc Mueller
2021-07-06Create a constant for BUILTINSPierre Sassoulas
2021-07-01Fix copyright links (#4647)Marc Mueller
2021-06-17Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas
2021-06-02Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller
2021-05-31Add new checker consider-using-namedtuple (#4517)Marc Mueller
2021-04-11Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas
2021-03-31Fix value assigned to local variable 'bare_raise' is never usedPierre Sassoulas
2021-03-31Refactor from old style typing to new style typingPierre Sassoulas
2021-03-28Import astroid with import x or from x import y but not bothPierre Sassoulas
2021-02-21Apply copyrite --contribution-thresholdPierre Sassoulas
2021-02-21Move from % string formatting syntax to f-string or .format()Pierre Sassoulas
2021-02-21Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas
2020-08-20Sets up copyrighthippo91
2020-06-22Add rule raise-missing-fromRam Rachum
2020-04-27Add missing copyright annotations for the past releasesClaudiu Popa
2020-03-24pyupgrade: automated removal of python2 constructsAnthony Sottile
2019-11-18[formating] Bump black and isortDjailla
2019-09-12Remove redundant compatibility code (#3097)Hugo van Kemenade
2019-06-01Remove an occurrence of a check that no longer exists. Close #2931Claudiu Popa
2019-05-22Fix a bunch of linting errors from the codebaseClaudiu Popa
2019-05-20Correct infered to inferredClaudiu Popa
2019-04-11Fix the typing annotationsClaudiu Popa
2019-04-09When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa
2019-03-20Style - Apply isort on all apllicable filesPierre Sassoulas
2019-02-13Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.Claudiu Popa
2018-11-29Added ``wrong-exception-operation``Claudiu Popa
2018-10-10Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon
2018-09-17Reformat the code with blackClaudiu Popa
2018-09-15Move is_raising to where it is used and correct its annotationClaudiu Popa
2018-08-23Make sure to filter out None and Uninferable when gathering exceptionsClaudiu Popa
2018-08-22Pick the latest value from the inferred values when looking for ``raising-non...Claudiu Popa
2018-08-21Consider tuples in exc handler for ``try-except-raise``ssolanki
2018-08-15Remove a couple of Python 2 specific checksNatalie Serebryakova
2018-08-14remove backslash for continuation from checker msgssolanki
2018-07-31consider bare except also for try-except-raise (#2353)Sushobhit
2018-07-22Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe
2018-07-19`try-except-raise` should consider parent class handlers.ssolanki
2018-07-15Update copyright noticesClaudiu Popa
2018-06-22Merge branch 'master' into fix_2177Sushobhit
2018-06-20standardize help strings a bit (#2207)Mike Frysinger
2018-06-20Add new checker useless-object-inheritance.ssolanki
2018-06-14Kill try-except-raise for when the same error is raised in the except handlerClaudiu Popa
2018-05-24Kill YES in favour of UninferableClaudiu Popa
2018-04-05Don't trigger misplaced-bare-raise when the raise is in a finally clause foun...Claudiu Popa
2018-03-29New error condition try-except-raise (#1939)Alexander Todorov