This website requires JavaScript.
Explore
Help
Register
Sign In
nt_web_template
/
full-stack-fastapi-template
Watch
2
Star
0
Fork
0
You've already forked full-stack-fastapi-template
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
375170c386a3d4a72fb2fd0b5cf67aaa35422145
full-stack-fastapi-template
/
backend
/
scripts
/
format.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
:recycle: Refactor backend, settings, DB sessions, types, configs, plugins (#158) * :recycle: Refactor backend, update DB session handling * :sparkles: Add mypy config and plugins * :heavy_plus_sign: Use Python-jose instead of PyJWT as it has some extra functionalities and features * :sparkles: Add/update scripts for test, lint, format * :wrench: Update lint and format configs * :art: Update import format, comments, and types * :art: Add types to config * :sparkles: Add types for all the code, and small fixes * :art: Use global imports to simplify exploring with Jupyter * :recycle: Import schemas and models, instead of each class * :truck: Rename db_session to db for simplicity * :pushpin: Update dependencies installation for testing
2020-04-20 19:03:13 +02:00
#!/bin/sh -e
set
-x
🔥 Remove isort configuration, since we use Ruff now (#1144) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-05 21:59:40 +02:00
ruff check app scripts --fix
ruff format app scripts
Reference in New Issue
Copy Permalink