tests: Run black in CI.

This commit is contained in:
tecnovert
2025-03-01 23:10:48 +02:00
parent 15b2038d65
commit 19968ed496
6 changed files with 23 additions and 21 deletions

View File

@@ -35,7 +35,7 @@ dev = [
"pip-tools",
"pytest",
"ruff",
"black",
"black==24.10.0",
"selenium",
]