summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-21/+21
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-2/+0
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-5/+2
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-28/+28
* Fix the raising-bad-type warning for stringPierre Sassoulas2021-09-011-5/+3
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-13/+4
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-29/+27
* Create a constant for BUILTINSPierre Sassoulas2021-07-061-1/+0
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+1
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Fix value assigned to local variable 'bare_raise' is never usedPierre Sassoulas2021-03-311-7/+2
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-1/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-3/+2
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-3/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Sets up copyrighthippo912020-08-201-1/+2
* Add rule raise-missing-fromRam Rachum2020-06-221-2/+45
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-3/+12
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* [formating] Bump black and isortDjailla2019-11-181-1/+1
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-26/+3
* Remove an occurrence of a check that no longer exists. Close #2931Claudiu Popa2019-06-011-3/+0
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-1/+0
* Correct infered to inferredClaudiu Popa2019-05-201-5/+5
* Fix the typing annotationsClaudiu Popa2019-04-111-6/+8
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-091-3/+14
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+1
* Allow ``BaseException`` for emitting ``broad-except``, just like ``Exception``.Claudiu Popa2019-02-131-1/+1
* Added ``wrong-exception-operation``Claudiu Popa2018-11-291-0/+27
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-3/+3
* Reformat the code with blackClaudiu Popa2018-09-171-169/+228
* Move is_raising to where it is used and correct its annotationClaudiu Popa2018-09-151-4/+13
* Make sure to filter out None and Uninferable when gathering exceptionsClaudiu Popa2018-08-231-1/+1
* Pick the latest value from the inferred values when looking for ``raising-non...Claudiu Popa2018-08-221-7/+7
* Consider tuples in exc handler for ``try-except-raise``ssolanki2018-08-211-9/+26
* Remove a couple of Python 2 specific checksNatalie Serebryakova2018-08-151-5/+0
* remove backslash for continuation from checker msgssolanki2018-08-141-20/+20
* consider bare except also for try-except-raise (#2353)Sushobhit2018-07-311-2/+12
* Demote 'try-except-raise' from an error to a warning (#2324)Carey Metcalfe2018-07-221-6/+6
* `try-except-raise` should consider parent class handlers.ssolanki2018-07-191-6/+20
* Update copyright noticesClaudiu Popa2018-07-151-1/+5
* Merge branch 'master' into fix_2177Sushobhit2018-06-221-1/+1
|\
| * standardize help strings a bit (#2207)Mike Frysinger2018-06-201-1/+1