mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Run ruff check .
instead of ruff .
due to ruff error
This commit is contained in:
parent
b6e058faec
commit
8a8c31134d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ lint.sequence = [
|
||||||
"poetry --version",
|
"poetry --version",
|
||||||
"poetry check",
|
"poetry check",
|
||||||
"ruff --version",
|
"ruff --version",
|
||||||
"ruff .",
|
"ruff check .",
|
||||||
"black --version",
|
"black --version",
|
||||||
"black --check ."
|
"black --check ."
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue