Metadata-Version: 2.1
Name: flake8-has-docstring
Version: 0.1.2
Requires-Python: >=3.10,<3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# flake8-has-docstring

A flake8 plugin that checks that functions have docstrings.

This package adds the following warnings:

- `UUG001`: An unused global variable.

There are no configuration options at this time.

The following functions are currently unchecked:

- Functions whose return type is a Mock: meant to catch pytest fixtures, for which docstrings are redundant.
