mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add black --version call before black --check
This commit is contained in:
parent
f247d07d61
commit
0f12cc51a6
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ lint.sequence = [
|
||||||
"poetry check",
|
"poetry check",
|
||||||
"ruff --version",
|
"ruff --version",
|
||||||
"ruff .",
|
"ruff .",
|
||||||
|
"black --version .",
|
||||||
"black --check ."
|
"black --check ."
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue