This website requires JavaScript.
Explore
Help
Register
Sign In
panda
/
fast_api_template
Watch
1
Star
0
Fork
0
You've already forked fast_api_template
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
9c8c9c60e4c299d9b0749ce39f6965a6c8b1c7ba
fast_api_template
/
backend
/
scripts
/
lint.sh
T
9 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
🎉
First commit, from couchbase generator, basic changes
2019-02-09 19:42:36 +04:00
#!/usr/bin/env bash
♻️
Refactor code structure for tests (
#674
)
2024-03-11 17:49:35 +01:00
set
-e
🎉
First commit, from couchbase generator, basic changes
2019-02-09 19:42:36 +04:00
set
-x
♻️
Refactor backend, settings, DB sessions, types, configs, plugins (
#158
)
2020-04-20 19:03:13 +02:00
mypy app
🔥
Remove isort configuration, since we use Ruff now (
#1144
)
2024-04-05 21:59:40 +02:00
ruff check app
🏷️
Add mypy to the GitHub Action for tests and fixed types in the whole project (
#655
)
2024-03-10 14:47:21 -05:00
ruff format app --check
Reference in New Issue
Copy Permalink