mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +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",
|
||||
"ruff --version",
|
||||
"ruff .",
|
||||
"black --check ."
|
||||
]
|
||||
|
||||
test = [
|
||||
|
|
Loading…
Add table
Reference in a new issue