summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [overgeneral-exceptions] Only handle qualified names (#8411)Pierre Sassoulas2023-03-091-17/+12
* Use UninferableBase instead of UninferableDaniel van Noord2023-03-071-6/+6
* [doc] Add details and related links for bare/broad-except (#8077)Pierre Sassoulas2023-01-241-4/+13
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-1/+4
* Fixes false positive for `try-except-raise` with multiple exceptions in one e...fly2023-01-121-1/+1
* Use qualified name when checking for overgeneral exceptions (#7497)Jakub Kuczys2022-11-131-14/+42
* Add confidence levels to all exception checkers (#7716)Dani Alcala2022-11-051-12/+45
* Rename `broad-except` and new check `broad-exception-raised` (#7709)Dani Alcala2022-11-051-4/+20
* Rename bad-exception-context to bad-exception-cause (#7125)VictorT2022-07-181-18/+17
* Add typing to ``exceptions`` checker (#7194)Daniël van Noord2022-07-161-16/+24
* Bump or remove some ``TODOs`` (#7141)Daniël van Noord2022-07-071-2/+0
* [refactor] Normalize the typing of visitor functions (#6892)Pierre Sassoulas2022-06-121-0/+2
* [raise-missing-from] Clearer message and example in the documentation (#6576)Pierre Sassoulas2022-05-121-13/+31
* [--long-help] Remove redundant default description in message (#6581)Pierre Sassoulas2022-05-111-3/+1
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+4
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-4/+4
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-3/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-6/+9
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-3/+0
* Use ``argparse`` config handler in ``imports.py`` & ``exceptions.py``Daniël van Noord2022-04-021-1/+4
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Don't emit `raising-bad-type` when there is ambiguity (#5968)Jacob Walls2022-03-251-9/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-32/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-2/+1
* 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