Skip to content

Commit

Permalink
chore: bump black
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Nov 7, 2023
1 parent 2219854 commit 3734020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"ape-infura", # Needed for live network tests
"ape-solidity", # Needed for contract verification tests
"pytest>=6.0", # Core testing package
"pytest-xdist", # multi-process runner
"pytest-xdist", # Multi-process runner
"pytest-cov", # Coverage analyzer plugin
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
],
"lint": [
"black>=23.10.0,<24", # auto-formatter and linter
"black>=23.10.1,<24", # Auto-formatter and linter
"mypy>=1.6.1,<2", # Static type analyzer
"types-requests>=2.31.0", # Needed due to mypy typeshed
"types-setuptools", # Needed for mypy type shed
Expand Down

0 comments on commit 3734020

Please sign in to comment.