Skip to content

Commit 058edd8

Browse files
authored
Pin black version (#115)
1 parent 0356125 commit 058edd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ urls = {Repository = "https://github.com/cvg/LightGlue/"}
1818
dynamic = ["dependencies"]
1919

2020
[project.optional-dependencies]
21-
dev = ["black", "flake8", "isort"]
21+
dev = ["black==23.12.1", "flake8", "isort"]
2222

2323
[tool.setuptools]
2424
packages = ["lightglue"]

0 commit comments

Comments
 (0)