File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
extras_require = {
6
6
"test" : [ # `test` GitHub Action jobs uses this
7
7
"pytest>=6.0" , # Core testing package
8
- "pytest-xdist" , # multi -process runner
8
+ "pytest-xdist" , # Multi -process runner
9
9
"pytest-cov" , # Coverage analyzer plugin
10
10
"hypothesis>=6.2.0,<7.0" , # Strategy-based fuzzer
11
11
"ape-arbitrum" ,
19
19
"mypy>=1.7.1,<2" , # Static type analyzer
20
20
"types-setuptools" , # Needed for mypy type shed
21
21
"flake8>=6.1.0,<7" , # Style linter
22
+ "flake8-breakpoint>=1.1.0,<2" , # Detect breakpoints left in code
23
+ "flake8-print>=5.0.0,<6" , # Detect print statements left in code
22
24
"isort>=5.10.1,<6" , # Import sorting linter
23
25
"mdformat>=0.7.17" , # Auto-formatter for markdown
24
26
"mdformat-gfm>=0.3.5" , # Needed for formatting GitHub-flavored markdown
You can’t perform that action at this time.
0 commit comments