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

Commit9a587e1

Browse files
committed
Add flake8-bugbear and -comprehensions to test-requirements.txt
1 parent795d2b1 commit9a587e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎requirements-dev.txt

Lines changed: 0 additions & 3 deletions
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

Lines changed: 6 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp