File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
86flake8-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
1613pytest-icdiff
1714# pytest-profiling
Original file line number Diff line number Diff line change 11ddt>=1.1.1
22mypy
3+
34flake8
5+ flake8-bugbear
6+ flake8-comprehensions
7+
48virtualenv
9+
510pytest
611pytest-cov
7- pytest-sugar
8- gitdb>=4.0.1,<5
9- typing-extensions>=3.7.4.3;python_version<"3.10"
12+ pytest-sugar
You can’t perform that action at this time.
0 commit comments