Skip to content

Commit

Permalink
Require black>=21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzo committed Jul 2, 2021
1 parent 2abd791 commit 378d9db
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 @@ -105,7 +105,7 @@
"extras": EXTRAS_REQUIRE,
"test": EXTRAS_REQUIRE
+ [
"black",
"black>=21.4",
"flake8",
"nbval",
"pytest>=5.0",
Expand All @@ -115,7 +115,7 @@
"profile": ["prettytable", "pytest-benchmark", "snakeviz"],
"dev": EXTRAS_REQUIRE
+ [
"black",
"black>=21.4",
"flake8",
"isort>=5.0",
"mypy>=0.812",
Expand Down

0 comments on commit 378d9db

Please sign in to comment.