Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit d2b4d11

Browse files
authored
[Cherry Pick] Pin black version (#836)
1 parent 7f3eb2a commit d2b4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _parse_requirements_file(file_path):
9696
_nm_deps = [f"{'sparsezoo' if is_release else 'sparsezoo-nightly'}~={version_base}"]
9797
_dev_deps = [
9898
"beautifulsoup4>=4.9.3",
99-
"black>=20.8b1",
99+
"black==22.12.0",
100100
"flake8>=3.8.3",
101101
"isort>=5.7.0",
102102
"m2r2~=0.2.7",

0 commit comments

Comments
 (0)