From 83af8e84767eca95e96f37d7c26d834cedf1286d Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 19 Jul 2021 14:15:33 +0100 Subject: Update requirements-dev.txt Add comment and more local libs --- requirements-dev.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6644bacd..0ece0a65 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,17 @@ -r requirements.txt -r test-requirements.txt -pytest -pytest-cov +# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass + +flake8-bugbear +flake8-comprehensions +flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports +# flake8-annotations # checks for presence of type annotations +# flake8-rst-docstrings # checks docstrings are valid RST +# flake8-builtins # warns about shadowing builtin names +# flake8-pytest-style + +# pytest-flake8 pytest-sugar pytest-icdiff +# pytest-profiling -- cgit v1.2.1