|
8 | 8 | "ape-base", # Needed for testing Base integration
|
9 | 9 | "ape-optimism", # Needed for testing Optimism integration
|
10 | 10 | "ape-polygon", # Needed for testing Polygon integration
|
| 11 | + "ape-polygon-zkevm", # Needed for testing Polygon-ZkEVM integration |
11 | 12 | "pytest>=6.0", # Core testing package
|
12 | 13 | "pytest-xdist", # Multi-process runner
|
13 | 14 | "pytest-cov", # Coverage analyzer plugin
|
|
17 | 18 | ],
|
18 | 19 | "lint": [
|
19 | 20 | "black>=24.4.2,<25", # Auto-formatter and linter
|
20 |
| - "mypy>=1.10.0,<2", # Static type analyzer |
| 21 | + "mypy>=1.10.1,<2", # Static type analyzer |
21 | 22 | "types-setuptools", # Needed for mypy type shed
|
22 | 23 | "types-requests", # Needed for mypy type shed
|
23 |
| - "flake8>=7.0.0,<8", # Style linter |
| 24 | + "flake8>=7.1.0,<8", # Style linter |
24 | 25 | "flake8-breakpoint>=1.1.0,<2", # Detect breakpoints left in code
|
25 | 26 | "flake8-print>=5.0.0,<6", # Detect print statements left in code
|
26 | 27 | "isort>=5.13.2,<6", # Import sorting linter
|
|
0 commit comments