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 3
3
4
4
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
5
5
6
- flake8-bugbear
7
- flake8-comprehensions
8
6
flake8-type-checking ;python_version >= "3.8" # checks for TYPE_CHECKING only imports
9
7
# flake8-annotations # checks for presence of type annotations
10
8
# flake8-rst-docstrings # checks docstrings are valid RST
11
9
# flake8-builtins # warns about shadowing builtin names
12
10
# flake8-pytest-style
13
11
14
12
# pytest-flake8
15
- pytest-sugar
16
13
pytest-icdiff
17
14
# pytest-profiling
Original file line number Diff line number Diff line change 1
1
ddt>=1.1.1
2
2
mypy
3
+
3
4
flake8
5
+ flake8-bugbear
6
+ flake8-comprehensions
7
+
4
8
virtualenv
9
+
5
10
pytest
6
11
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
You can’t perform that action at this time.
0 commit comments