Skip to content

Commit 7e6d984

Browse files
chore: more updates
1 parent f41b57d commit 7e6d984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
extras_require = {
66
"test": [ # `test` GitHub Action jobs uses this
77
"pytest>=6.0", # Core testing package
8-
"pytest-xdist", # multi-process runner
8+
"pytest-xdist", # Multi-process runner
99
"pytest-cov", # Coverage analyzer plugin
1010
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
1111
"ape-arbitrum",
@@ -19,6 +19,8 @@
1919
"mypy>=1.7.1,<2", # Static type analyzer
2020
"types-setuptools", # Needed for mypy type shed
2121
"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
2224
"isort>=5.10.1,<6", # Import sorting linter
2325
"mdformat>=0.7.17", # Auto-formatter for markdown
2426
"mdformat-gfm>=0.3.5", # Needed for formatting GitHub-flavored markdown

0 commit comments

Comments
 (0)