diff --git a/setup.cfg b/setup.cfg index 640da0d..2a23911 100644 --- a/setup.cfg +++ b/setup.cfg @@ -101,7 +101,7 @@ dev = lxml-stubs == 0.5.1 # Type stubs for lxml, duh flake8 == 3.9.2 # Unquestioning adherence to coding stylees flake8-bugbear == 21.9.1 # Ditto - flake8-docstrings == 1.6.0 # And check the docstrings too + flake8-docstrings == 1.7.0 # And check the docstrings too pep8-naming == 0.12.1 # And even your function and variable names mypy ~= 1.10.0 # Do your type annotations actually work? pydocstyle == 6.1.1 # Do your docstrings look like everyone else's?