Skip to content

Commit 9a587e1

Browse files
committed
Add flake8-bugbear and -comprehensions to test-requirements.txt
1 parent 795d2b1 commit 9a587e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements-dev.txt

-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33

44
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
55

6-
flake8-bugbear
7-
flake8-comprehensions
86
flake8-type-checking;python_version>="3.8" # checks for TYPE_CHECKING only imports
97
# flake8-annotations # checks for presence of type annotations
108
# flake8-rst-docstrings # checks docstrings are valid RST
119
# flake8-builtins # warns about shadowing builtin names
1210
# flake8-pytest-style
1311

1412
# pytest-flake8
15-
pytest-sugar
1613
pytest-icdiff
1714
# pytest-profiling

test-requirements.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
ddt>=1.1.1
22
mypy
3+
34
flake8
5+
flake8-bugbear
6+
flake8-comprehensions
7+
48
virtualenv
9+
510
pytest
611
pytest-cov
7-
pytest-sugar
8-
gitdb>=4.0.1,<5
9-
typing-extensions>=3.7.4.3;python_version<"3.10"
12+
pytest-sugar

0 commit comments

Comments
 (0)