mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add black --check as final lint step. ruff catches most but not all black formatting issues
This commit is contained in:
parent
7423c59116
commit
51d8369a01
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ lint.sequence = [
|
||||||
"poetry check",
|
"poetry check",
|
||||||
"ruff --version",
|
"ruff --version",
|
||||||
"ruff .",
|
"ruff .",
|
||||||
|
"black --check ."
|
||||||
]
|
]
|
||||||
|
|
||||||
test = [
|
test = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue