Skip to content

Commit

Permalink
BLD: pin black to >= 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Oct 20, 2022
1 parent 59d0d65 commit 8f1da2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -96,7 +96,9 @@
"pytest >= 4.2",
"pytest-cov >= 2.0",
"flake8",
"black",
# If we don't pin black to being at least 22.3.0, then it and click
# will conflict w/ an error: https://github.com/psf/black/pull/2966
"black >= 22.3.0",
"nbconvert",
]
},
Expand Down

0 comments on commit 8f1da2d

Please sign in to comment.