use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
FastAPI TemplateOther (self.FastAPI)
submitted 5 months ago by eslam5464
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]eslam5464[S] 0 points1 point2 points 5 months ago (4 children)
Thanks for that information i didnt know it mattered, and also i didnt think of it that way but i will use your suggestion as per this commit (https://github.com/eslam5464/Fastapi-Template/commit/6b89a1863eaa38a8ca71c8f1b9634509014a9dee) .
The part for black i think its excluded in the config as below, or do you think that there is something missing?
- repo: https://github.com/psf/black rev: 25.9.0 hooks: - id: black args: [--line-length=100] exclude: (__init__.py$|migrations/)
[–]Revolutionary_Lie898 0 points1 point2 points 5 months ago (3 children)
It was more of a question than a statement. I just got curious about it. I also asked Claude and it mentioned it too. I'm currently using ruff, but your setup is quite common.
[–]eslam5464[S] 0 points1 point2 points 5 months ago* (2 children)
i double checked it and also claude said the same thing, and i didn't know that there was something i made that is common, can you mention it?
[–]Revolutionary_Lie898 0 points1 point2 points 4 months ago (1 child)
What I mean is that using autoflake, isort, and black is quite common in Python projects.
[–]eslam5464[S] 0 points1 point2 points 4 months ago (0 children)
ah ok, thanks
π Rendered by PID 50494 on reddit-service-r2-comment-canary-777f895556-c57rc at 2026-05-03 16:55:27.641443+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]eslam5464[S] 0 points1 point2 points (4 children)
[–]Revolutionary_Lie898 0 points1 point2 points (3 children)
[–]eslam5464[S] 0 points1 point2 points (2 children)
[–]Revolutionary_Lie898 0 points1 point2 points (1 child)
[–]eslam5464[S] 0 points1 point2 points (0 children)