Is there a way to ignore errors which occurs in specified directory?
For instance, I have D103 Missing docstring in public function error
in every file inside /foo directory and I would like to omit the error.
Is it possible to set such setting in setup.cfg file?