Closed
Description
Feature
The deprecated check is a great feature, however its tidious if the project checked by mypy is a library which might deprecate functions. These functions are then still exported (e.g. in an init file) and have tests. For all these cases, the deprecated check will find something.
As the mypy config only supports customizations of errors per package but not the customization of packages per rule, this is a missing feature