Skip to content

Commit

Permalink
Add flake8-bugbear and -comprehensions to test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Yobmod committed Jul 19, 2021
1 parent 795d2b1 commit 9a587e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions requirements-dev.txt
Expand Up @@ -3,15 +3,12 @@

# 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
9 changes: 6 additions & 3 deletions test-requirements.txt
@@ -1,9 +1,12 @@
ddt>=1.1.1
mypy

flake8
flake8-bugbear
flake8-comprehensions

virtualenv

pytest
pytest-cov
pytest-sugar
gitdb>=4.0.1,<5
typing-extensions>=3.7.4.3;python_version<"3.10"
pytest-sugar

0 comments on commit 9a587e1

Please sign in to comment.