Skip to content

Commit 013140b

Browse files
committed
Add linter and formatter
1 parent ff92cfd commit 013140b

File tree

5 files changed

+1060
-563
lines changed

5 files changed

+1060
-563
lines changed

Pipfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ sqlalchemy = {extras = ["asyncio"], version = "*"}
1111

1212
[dev-packages]
1313
uvicorn = {extras = ["standard"] }
14+
ruff = "*"
15+
ssort = "*"
1416

1517
[requires]
1618
python_version = "3.12"
1719

18-
[pipenv]
19-
allow_prereleases = true
20+
[scripts]
21+
lint = "ruff check . --fix"
22+
format = "ruff format ."
23+
sort = "ssort ."

0 commit comments

Comments
 (0)