Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83af8e8

Browse files
authored
Update requirements-dev.txt
Add comment and more local libs
1 parent0a81259 commit83af8e8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

‎requirements-dev.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
-r requirements.txt
22
-r test-requirements.txt
33

4-
pytest
5-
pytest-cov
4+
# libraries for additional local testing/linting - to be added to test-requirements.txt when all pass
5+
6+
flake8-bugbear
7+
flake8-comprehensions
8+
flake8-type-checking;python_version>="3.8"# checks for TYPE_CHECKING only imports
9+
# flake8-annotations # checks for presence of type annotations
10+
# flake8-rst-docstrings # checks docstrings are valid RST
11+
# flake8-builtins # warns about shadowing builtin names
12+
# flake8-pytest-style
13+
14+
# pytest-flake8
615
pytest-sugar
716
pytest-icdiff
17+
# pytest-profiling

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp